Bubber-O-Matic
Replaces all images with images of Bubber.
Wat is Bubber-O-Matic?
Bubber-O-Matic is een Chrome-extensie ontwikkeld door Null4President, en de belangrijkste functie is "Replaces all images with images of Bubber.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bubber-O-Matic
Download Bubber-O-Matic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
May cause issues when browsing SSL secured websites.
Basisinformatie over de Extensie
Naam | Bubber-O-Matic |
ID | ogljgmfneplhjbcahmekaeichmngdmpd |
Officiële URL | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
Beschrijving | Replaces all images with images of Bubber. |
Bestandsgrootte | 82.45 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2013-09-08 |
Publicatiedatum | 2013-09-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Null4President |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |