Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Royal Baby Catifier क्या है?
Royal Baby Catifier jordanrs2k1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Royal Baby Catifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
एक्सटेंशन की मूल जानकारी
नाम | |
ID | adjameoabcmbdobiafhhoclndepibfno |
आधिकारिक URL | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
विवरण | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
फ़ाइल का आकार | 97.23 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2013-07-22 |
प्रकाशन तिथि | 2013-07-22 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | jordanrs2k1 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Royal Baby Catifier", "description": "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat", "version": "0.1", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/caticon16.png", "48": "icons\/caticon48.png", "128": "icons\/caticon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery.js", "scripts\/royalBabdyCatifier.js" ] } ] } |