Ninja Cookie

Opt out of non-essential cookies and automatically remove cookie popups.

Ninja Cookieとは何ですか?

Ninja Cookieはhttps://ninja-cookie.comによって開発されたChromeの拡張機能で、その主な機能は「Opt out of non-essential cookies and automatically remove cookie popups.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ninja Cookie拡張機能のCRXファイルをダウンロード

Ninja Cookie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you had enough of GDPR consent popups? Forget about them! Ninja Cookie will click on “no” and close or hide these cookie consent banners for you!
Ninja Cookie automatically rejects the use of non-essential cookies in GDPR cookie consent popups and makes them disappear.


- Get yourself heard: say “no” to the collection of your data in GDPR cookie consent popups!
Do you always click on “I agree” just to hide GDPR banners and make life easier? Why not be a little more careful? With Ninja Cookie, you can care about cookies and protect your privacy without any difficulty. The extension will reject for you the use of non-essential cookies in GDPR consent popups. That is much better for your privacy.

- Enjoy Internet browsing without the worry of GDPR consent banners!
Is clicking on the same buttons over and over again boring? Do  consent popups drive you insane? Ninja Cookie takes care of them for you. The ninja automatically recognizes and removes them after setting them up properly.
Now you can browse the Web with peace of mind.

- Save time and clicks!
How much time do you waste clicking on GDPR popups? This add-on is the easiest way to get rid of them. By automatically configuring GDPR consent pop-ups, the add-on saves you time and thousands of unnecessary clicks.


*** 
This add-on is still young and is developped by two friends on their free time. He is getting better every day. That means the extension won't work on all website. If you experience bugs or problems, please use the "Report a bug" button.
***

Privacy policy: https://ninja-cookie.com/privacy-policy/
Terms of Service: https://ninja-cookie.com/terms-of-service/
Ninja Cookie Subscription Details: https://ninja-cookie.com/ninja-cookie-subscription-details/
End-User License Agreement (EULA): https://ninja-cookie.com/eula/
Contact: https://ninja-cookie.com/contact/                    

拡張機能の基本情報

名前 Ninja Cookie Ninja Cookie
ID jifeafcpcjjgnlcnkffmeegehmnmkefl
公式URL https://chromewebstore.google.com/detail/ninja-cookie/jifeafcpcjjgnlcnkffmeegehmnmkefl
説明 Opt out of non-essential cookies and automatically remove cookie popups.
ファイルサイズ 456 KB
インストール数 43,435
現在のバージョン v0.7.0
最終更新日 2021-04-21
公開日 2020-09-07
評価 2.86/5 合計 78 レビュー
開発者 https://ninja-cookie.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ninja-cookie.com/
ヘルプページのURL https://ninja-cookie.com/contact/
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.7.0",
    "version_name": "v0.7.0",
    "homepage_url": "https:\/\/ninja-cookie.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/pending-16.png",
        "32": "icons\/pending-32.png",
        "48": "icons\/pending-48.png",
        "128": "icons\/pending-128.png"
    },
    "permissions": [
        "*:\/\/ninja-cookie.gitlab.io\/*",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_title": "Ninja Cookie",
        "default_icon": {
            "16": "icons\/default-16.png",
            "24": "icons\/default-24.png",
            "32": "icons\/default-32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "icons\/default-32.png",
        "icons\/pending-32.png",
        "icons\/matched-32.png",
        "icons\/done-32.png",
        "icons\/info-32.png",
        "icons\/warning-32.png",
        "icons\/failed-32.png"
    ]
}