AWESOME 9GAG
Make 9gag great again!
Cos'è AWESOME 9GAG?
AWESOME 9GAG è un'estensione di Chrome sviluppata da layonez, e la sua funzione principale è "Make 9gag great again!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AWESOME 9GAG
Scarica i file di estensione AWESOME 9GAG 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
Hello, dear apache helicopter! This extension will add subscribe button to each user in comment section. Also it adds new navigation elements to post page and highlights OP. It brings back OP to the bottom of the post and finds out if that is @dmin post or not. If OP hasn't commented his post the app will add ANONYMOUS badge to it. Subscribe to good content creators and make them swim in your upvotes.
Informazioni di Base sull'Estensione
Nome | AWESOME 9GAG |
ID | oodeeahncbhaoblnmlidbhfgnfakelif |
URL Ufficiale | https://chromewebstore.google.com/detail/awesome-9gag/oodeeahncbhaoblnmlidbhfgnfakelif |
Descrizione | Make 9gag great again! |
Dimensione del File | 759 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 0.9.2 |
Ultimo Aggiornamento | 2016-10-02 |
Data di Pubblicazione | 2016-10-02 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | layonez |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWESOME 9GAG", "version": "0.9.2", "manifest_version": 2, "description": "Make 9gag great again!", "homepage_url": "http:\/\/9gag.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Make 9gag great again!", "default_popup": "popup\/browser_action.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "contentSettings", "notifications", "alarms", "*:\/\/*.9gag.com\/*", "activeTab", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.9gag.com\/*", "*:\/\/9gag.com\/*" ], "js": [ "scripts\/inject.js" ], "run_at": "document_start", "css": [ "css\/mycss.css" ] } ], "web_accessible_resources": [ "icons\/dbutt.gif", "icons\/where.gif", "scripts\/myscript.js", "scripts\/vendors\/jquery\/jquery.min.js" ] } |