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によって開発されたChromeの拡張機能で、その主な機能は「This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...」です。

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

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

拡張機能の使用方法

                        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
Eメール [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"
    ]
}