Dogetizer
so doge. many page.
Cos'è Dogetizer?
Dogetizer è un'estensione di Chrome sviluppata da http://drewworthey.com, e la sua funzione principale è "so doge. many page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dogetizer
Scarica i file di estensione Dogetizer 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
Dogetizer allows you to view the web in a new way. By leveraging advanced Shiba Inu technology, this extension gives you a unique overview of each and every page that you visit, complete with multicolored Comic Sans. Feeling generous? Dogecoin: DT5bBE9GyD4MxLGmQdjK1thiEtpZ1jMMQW Litecoin: LU4znFx5FPe2pwAuqnHftZc89CdBeaqnJw Bitcoin: 1NNvP3WmCMxebLP47rukCS2LYTmkxMNfEo
Informazioni di Base sull'Estensione
Nome | |
ID | pljieaafopegobhofdbkgiofhgigcgii |
URL Ufficiale | https://chrome.google.com/webstore/detail/dogetizer/pljieaafopegobhofdbkgiofhgigcgii |
Descrizione | so doge. many page. |
Dimensione del File | 621 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2014-02-11 |
Data di Pubblicazione | 2014-02-11 |
Valutazione | 3.63/5 Totale 8 Valutazioni |
Sviluppatore | http://drewworthey.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogetizer", "version": "0.0.0.1", "manifest_version": 2, "description": "so doge. many page.", "homepage_url": "http:\/\/drewworthey.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "js\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/lexer\/lexer.js", "js\/lexer\/lexicon.js", "js\/lexer\/POSTagger.js", "src\/inject\/inject.js" ] } ] } |