Bubber-O-Matic
Replaces all images with images of Bubber.
Cos'è Bubber-O-Matic?
Bubber-O-Matic è un'estensione di Chrome sviluppata da Null4President, e la sua funzione principale è "Replaces all images with images of Bubber.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bubber-O-Matic
Scarica i file di estensione Bubber-O-Matic 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
May cause issues when browsing SSL secured websites.
Informazioni di Base sull'Estensione
Nome | Bubber-O-Matic |
ID | ogljgmfneplhjbcahmekaeichmngdmpd |
URL Ufficiale | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
Descrizione | Replaces all images with images of Bubber. |
Dimensione del File | 82.45 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2013-09-08 |
Data di Pubblicazione | 2013-09-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Null4President |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Null4President", "name": "Bubber-O-Matic", "description": "Replaces all images with images of Bubber.", "icons": { "16": "Icon_16.png", "48": "Icon_48.png", "128": "Icon_128.png" }, "version": "1.0.1", "content_scripts": [ { "js": [ "jquery.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |