Peeshkot
Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Peeshkot क्या है?
Peeshkot Swizec Teller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of annoying EU cookie law notices and automatically opt-in where needed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Peeshkot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Peeshkot auto-accepts warnings on various websites affected by the EU Cookie Law. It is able to get rid of most common implementations and detects many homegrown variants with the use of some simple heuristics. If you find a website that doesn't work, please let us know! Developed by @swizec and @eewan
एक्सटेंशन की मूल जानकारी
नाम | |
ID | idfkeeahcifaocjonphgjmpmmfonahle |
आधिकारिक URL | https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle |
विवरण | Get rid of annoying EU cookie law notices and automatically opt-in where needed. |
फ़ाइल का आकार | 80.07 KB |
स्थापना संख्या | 171 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2013-07-01 |
प्रकाशन तिथि | 2013-07-01 |
रेटिंग | 5.00/5 कुल 14 रेटिंग्स |
डेवलपर | Swizec Teller |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/Swizec/Peeshkot |
समर्थित भाषाएँ | en,sl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peeshkot", "version": "0.0.3", "manifest_version": 2, "description": "Get rid of annoying EU cookie law notices and automatically opt-in where needed.", "homepage_url": "https:\/\/github.com\/Swizec\/Peeshkot", "icons": { "16": "icons\/peeshkot16.png", "48": "icons\/peeshkot48.png", "128": "icons\/peeshkot128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/zepto.min.js", "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/peeshkot19.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/zepto.min.js", "src\/inject\/inject.js" ] } ] } |