Pics to Kittens
This extension makes The Internet better by replacing all images with cats.
Pics to Kittens क्या है?
Pics to Kittens disregarding standards द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes The Internet better by replacing all images with cats."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pics to Kittens एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Why would you ever want to see a picture that isn't about a cat? Make your internet a better experience by viewing cats as much as possible. (Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oajkgelibfmlfaelepkgocgpmopbphel |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel |
विवरण | This extension makes The Internet better by replacing all images with cats. |
फ़ाइल का आकार | 1.23 MB |
स्थापना संख्या | 197 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-04-21 |
प्रकाशन तिथि | 2014-04-20 |
रेटिंग | 4.00/5 कुल 7 रेटिंग्स |
डेवलपर | disregarding standards |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/yvescourtois/chrome_to_cats |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pics to Kittens", "version": "1.1", "author": "Yves Courtois", "description": "This extension makes The Internet better by replacing all images with cats.", "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Toggle on\/off." }, "background": { "scripts": [ "js\/background.js", "js\/options.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |