Cookie Fucker

Removes all cookie warnings. Light and open-sourced.

Cookie Fucker क्या है?

Cookie Fucker siffash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all cookie warnings. Light and open-sourced."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cookie Fucker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tired of cookie warnings? This extension removes all of them! No ads, no bullshit, just plain open-source code:
https://github.com/siffash/cookie-fucker

This is the only extension that does not contain huge databases with tons of rules specific for each website. Instead of that the light yet very intelligent algorithm does quick analysis of a webpage and automatically removes all annoying cookie notifications.

Want to know what all the fuss is about and the reason site owners add these warnings? Learn more about General Data Protection Regulation (GDPR):
https://en.wikipedia.org/wiki/General_Data_Protection_Regulation                    

एक्सटेंशन की मूल जानकारी

नाम Cookie Fucker Cookie Fucker
ID elklahjjpedpdjkojcehflijmfeeejhc
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-fucker/elklahjjpedpdjkojcehflijmfeeejhc
विवरण Removes all cookie warnings. Light and open-sourced.
फ़ाइल का आकार 28.03 KB
स्थापना संख्या 941
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2019-06-20
प्रकाशन तिथि 2019-06-20
रेटिंग 3.97/5 कुल 33 रेटिंग्स
डेवलपर siffash
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Fucker",
    "version": "2.0.1",
    "description": "Removes all cookie warnings. Light and open-sourced.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2
}