Good Old PH
Going back to the old Product Hunt layout
Cos'è Good Old PH?
Good Old PH è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Going back to the old Product Hunt layout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Good Old PH
Scarica i file di estensione Good Old PH in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
made by tchret Informazioni di Base sull'Estensione
| Nome | |
| ID | jloimhlmpgmmldlgeciedhmbeajedeba |
| URL Ufficiale | https://chromewebstore.google.com/detail/good-old-ph/jloimhlmpgmmldlgeciedhmbeajedeba |
| Descrizione | Going back to the old Product Hunt layout |
| Dimensione del File | 524 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 0.0.6 |
| Ultimo Aggiornamento | 2017-01-19 |
| Data di Pubblicazione | 2017-01-19 |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://tchret.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Good Old PH",
"version": "0.0.6",
"manifest_version": 2,
"description": "Going back to the old Product Hunt layout",
"homepage_url": "http:\/\/twitter.com\/tchret",
"icons": {
"19": "icons\/icon19.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/www.producthunt.com\/",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.producthunt.com\/",
"*:\/\/*.producthunt.com\/tech",
"*:\/\/*.producthunt.com\/podcasts",
"*:\/\/*.producthunt.com\/books",
"*:\/\/*.producthunt.com\/games"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |