Cookie Notification Preventer (CNP)

Simple extension for preventing web site's cookies notifications.

Cookie Notification Preventer (CNP) क्या है?

Cookie Notification Preventer (CNP) Aleš Papler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension for preventing web site's cookies notifications."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tired of annoying cookie notifications on web sites? 

Then this Cookie Notification Preventer is a perfect solution for you. It allows you to get rid of the cookie notifications with a single click. 

• After installing this extension Chrome's context menu will have two new features. So in order to get rid of the cookie notification all you have to do is to right click on web site element and choose “Click on this element” or “Hide this element”.  From that moment on the extension will click or hide this annoying element every time you open or refresh the web site. 

• Cookie Notification Preventer has an Options page where you can view, edit or delete stored elements.

• On Options page you can also find the General switch with which you are able to enable or disable the extension’s auto-clicking and hiding.                    

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

नाम Cookie Notification Preventer (CNP) Cookie Notification Preventer (CNP)
ID nibhfnfgknipgjgipdoapppjpeakljek
आधिकारिक URL https://chromewebstore.google.com/detail/cookie-notification-preve/nibhfnfgknipgjgipdoapppjpeakljek
विवरण Simple extension for preventing web site's cookies notifications.
फ़ाइल का आकार 415 KB
स्थापना संख्या 192
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2014-08-19
प्रकाशन तिथि 2014-08-19
रेटिंग 2.11/5 कुल 9 रेटिंग्स
डेवलपर Aleš Papler
भुगतान के प्रकार free
समर्थित भाषाएँ en,sl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "images\/16x16\/icon.png",
        "48": "images\/48x48\/icon.png",
        "128": "images\/128x128\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/16x16\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "tabs",
        "*:\/\/*\/*"
    ]
}