Bubber-O-Matic
Replaces all images with images of Bubber.
Co je Bubber-O-Matic?
Bubber-O-Matic je rozšíření Chrome vyvinuté Null4President, a jeho hlavní funkcí je „Replaces all images with images of Bubber.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bubber-O-Matic
Stáhněte si soubory rozšíření Bubber-O-Matic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
May cause issues when browsing SSL secured websites.
Základní Informace o Rozšíření
Název | Bubber-O-Matic |
ID | ogljgmfneplhjbcahmekaeichmngdmpd |
Oficiální URL | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
Popis | Replaces all images with images of Bubber. |
Velikost souboru | 82.45 KB |
Počet instalací | 21 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2013-09-08 |
Datum Vydání | 2013-09-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Null4President |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |