Super Chrome
Make browsing way more cool.
Cos'è Super Chrome?
Super Chrome è un'estensione di Chrome sviluppata da hamstu, e la sua funzione principale è "Make browsing way more cool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Super Chrome
Scarica i file di estensione Super Chrome 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
Super Chrome makes browsing fun again! Sound effects are played for new tabs, closed tabs, switching tabs, and whenever you click inside a web page. Earn coins for every click! But don't worry; the points don't matter. Or do they?
Informazioni di Base sull'Estensione
Nome | |
ID | igalddhooegmphgpilbfiadgoopgodmn |
URL Ufficiale | https://chrome.google.com/webstore/detail/super-chrome/igalddhooegmphgpilbfiadgoopgodmn |
Descrizione | Make browsing way more cool. |
Dimensione del File | 146 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-10-22 |
Data di Pubblicazione | 2014-10-22 |
Valutazione | 4.28/5 Totale 103 Valutazioni |
Sviluppatore | hamstu |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Chrome", "description": "Make browsing way more cool.", "version": "0.0.1", "author": "Hamish Macpherson", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Super Chrome", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ "images\/*" ], "manifest_version": 2, "icons": { "32": "extension32.png", "48": "extension48.png", "128": "extension128.png" } } |