Kitten Blocker
This extension replaces kitten pictures with a photo of Rick Astley. Now you don't have to see them everywhere!
Kitten Blocker क्या है?
Kitten Blocker mattogodoy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces kitten pictures with a photo of Rick Astley. Now you don't have to see them everywhere!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kitten Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of seeing cat pictures all around the internet? Fear no more! Here comes the solution. New in version 0.3: ============== - Updated web URL New in version 0.2: ============== - Switch to enable / disable extension. - Counter badge for replaced kitties. - Runs in background. Now you don't have to click the icon to hide the cats. - Detects changes in the page and blocks any new kitties. - Keeps the original picture size.
एक्सटेंशन की मूल जानकारी
नाम | Kitten Blocker |
ID | bhlfekkbgcbmlnfclgklmbdmodbhbdla |
आधिकारिक URL | https://chromewebstore.google.com/detail/kitten-blocker/bhlfekkbgcbmlnfclgklmbdmodbhbdla |
विवरण | This extension replaces kitten pictures with a photo of Rick Astley. Now you don't have to see them everywhere! |
फ़ाइल का आकार | 99.94 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2022-09-25 |
प्रकाशन तिथि | 2014-11-05 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | mattogodoy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kitten Blocker", "short_name": "Kitten Blocker", "version": "0.3", "homepage_url": "https:\/\/matto.io", "description": "This extension replaces kitten pictures with a photo of Rick Astley. Now you don't have to see them everywhere!", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "Kitten Blocker", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "vendor\/jquery.min.js", "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "storage" ], "web_accessible_resources": [ "img\/*" ], "manifest_version": 2 } |