Vote for Pets
An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home
Vote for Pets क्या है?
Vote for Pets superhero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vote for Pets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A handy extension that will replace any image it can identify as a South African politician with a picture of a cute dog or cat looking for a forever home. Say goodbye to your web pages being filled with red berets and blue dashikis and hello to the adorable animals being looked after by Barking Mad. ***** "Better value than a security fence" J. Zuchon **** "Way more reliable and stable than politicians" H. Schnauser **** "Makes me much happier than paying my taxes" J. Malamute If you have any technical issues please write to us at [email protected] (please don't post the question here - we cannot answer the posts). Learn more: www.voteforpets.co.za
एक्सटेंशन की मूल जानकारी
नाम | |
ID | egcmchfeolmpdbgbcgpflhgaoegmbggb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/vote-for-pets/egcmchfeolmpdbgbcgpflhgaoegmbggb |
विवरण | An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home |
फ़ाइल का आकार | 120 KB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2014-04-09 |
प्रकाशन तिथि | 2014-04-09 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | superhero |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://voteforpets.co.za/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Vote for Pets", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "An extension that replaces any image identified as a South African politician with a picture of a cute dog or cat looking for a home", "background": { "page": "background.html" }, "homepage_url": "http:\/\/voteforpets.co.za\/", "version": "1.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ] } |