Bubber-O-Matic
Replaces all images with images of Bubber.
Bubber-O-Matic क्या है?
Bubber-O-Matic Null4President द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all images with images of Bubber."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bubber-O-Matic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
May cause issues when browsing SSL secured websites.
एक्सटेंशन की मूल जानकारी
नाम | Bubber-O-Matic |
ID | ogljgmfneplhjbcahmekaeichmngdmpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/bubber-o-matic/ogljgmfneplhjbcahmekaeichmngdmpd |
विवरण | Replaces all images with images of Bubber. |
फ़ाइल का आकार | 82.45 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2013-09-08 |
प्रकाशन तिथि | 2013-09-08 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Null4President |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } ] } |