Cookies Blocker

This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...

Cookies Blocker क्या है?

Cookies Blocker https://k-legrand.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept..."।

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

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

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

                        This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Keep in mind that this app does not accept cookies for you. It just hides sh*t tones of css rules.

Github: https://github.com/Manoz/Cookies-F-cker                    

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

नाम Cookies Blocker Cookies Blocker
ID dafambnlnkbfdkieoeaccchlmahiolof
आधिकारिक URL https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof
विवरण This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
फ़ाइल का आकार 47.74 KB
स्थापना संख्या 1,052
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-08-14
प्रकाशन तिथि 2018-08-14
रेटिंग 3.69/5 कुल 13 रेटिंग्स
डेवलपर https://k-legrand.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Manoz/Cookies-F-cker
सहायता पृष्ठ URL https://github.com/Manoz/Cookies-F-cker/issues
समर्थित भाषाएँ en,fr
manifest.json
{
    "author": "Manoz",
    "name": "__MSG_extName__",
    "short_name": "CBlocker",
    "description": "__MSG_extDescription__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Let's block cookies!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}