Bubber-O-Matic
Replaces all images with images of Bubber.
Vad är Bubber-O-Matic?
Bubber-O-Matic är en Chrome-tillägg utvecklad av Null4President, och dess huvudfunktion är "Replaces all images with images of Bubber.".
Tilläggsskärmbilder
Ladda ner Bubber-O-Matic-förlängningens CRX-fil
Ladda ner Bubber-O-Matic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
May cause issues when browsing SSL secured websites.
Grundläggande Information om Tillägg
Namn | Bubber-O-Matic |
ID | ogljgmfneplhjbcahmekaeichmngdmpd |
Officiell webbadress | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
Beskrivning | Replaces all images with images of Bubber. |
Filstorlek | 82.45 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2013-09-08 |
Publiceringsdatum | 2013-09-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Null4President |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } ] } |