9GAG Enhancer
The easiest way to have even more fun on 9GAG!
Cos'è 9GAG Enhancer?
9GAG Enhancer è un'estensione di Chrome sviluppata da https://www.hyrioo.com, e la sua funzione principale è "The easiest way to have even more fun on 9GAG!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 9GAG Enhancer
Scarica i file di estensione 9GAG Enhancer 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
The easiest way to have even more fun on 9GAG!
Informazioni di Base sull'Estensione
Nome | 9GAG Enhancer |
ID | hkgekboaiglckocckkledkfcocbjnnfk |
URL Ufficiale | https://chromewebstore.google.com/detail/9gag-enhancer/hkgekboaiglckocckkledkfcocbjnnfk |
Descrizione | The easiest way to have even more fun on 9GAG! |
Dimensione del File | 147 KB |
Conteggio Installazioni | 93 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-04-01 |
Data di Pubblicazione | 2016-03-31 |
Valutazione | 3.57/5 Totale 7 Valutazioni |
Sviluppatore | https://www.hyrioo.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "9GAG Enhancer", "version": "1.0", "manifest_version": 2, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/9gag.com\/*", "*:\/\/*.9cache.com\/*" ], "incognito": "spanning", "content_scripts": [ { "js": [ "js\/jquery-plugins\/jquery.min.js", "js\/content-scripts\/9gag.min.js" ], "css": [ "css\/9gag.css" ], "matches": [ "*:\/\/9gag.com\/*" ], "exclude_matches": [ "*:\/\/9gag.com\/tv*" ], "run_at": "document_end" } ], "background": { "page": "html\/background.html" }, "options_page": "html\/options.html", "icons": { "128": "graphic\/logo\/logo-128.png" }, "web_accessible_resources": [ "html\/options.html" ] } |