Bubber-O-Matic
Replaces all images with images of Bubber.
What is Bubber-O-Matic?
Bubber-O-Matic is a Chrome extension developed by Null4President, and its main feature is "Replaces all images with images of Bubber.".
Extension Screenshots
Download Bubber-O-Matic Extension CRX File
Download Bubber-O-Matic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
May cause issues when browsing SSL secured websites.
Extension Basic Information
Name | Bubber-O-Matic |
ID | ogljgmfneplhjbcahmekaeichmngdmpd |
Official URL | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
Description | Replaces all images with images of Bubber. |
File Size | 82.45 KB |
Installation Count | 21 |
Current Version | 1.0.1 |
Last Updated | 2013-09-08 |
Publish Date | 2013-09-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Null4President |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |