Cookie Monster

This extension deals with cookie consent screens in the EU

Cookie Monsterとは何ですか?

Cookie MonsterはAndreas Zoellnerによって開発されたChromeの拡張機能で、その主な機能は「This extension deals with cookie consent screens in the EU」です。

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

screenshot

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

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

拡張機能の使用方法

                        Everyone loves cookies, especially advertisers and publishers. The European Union too, but they want to make sure everyone consents to cookies, and consents, and consents, and consents.... until the internet is barely usable. That's when Cookie Monster comes into play. In a quest to make sure it gets to eat more cookies than anyone else, Cookie Monster will eat up those consent dialogs. And without consent, there won't be any advertisers cookies for you (but more for Cookie Monster, yummy!).

# FAQ

## Which browsers are supported?
Right now this is published as a Chrome Extension in the Chrome Web Store. A Safari version is planned in the future.

## Ok, but what does it really do?
Cookie Monster works a bit like an ad blocker but instead of ads it blocks cookie consent dialogs.

## How can I help?
Submit pages that still have cookie consent dialogs here: https://github.com/zoellner/cookie-monster/issues

## How can I contribute even more?
You can donate to the development of this browser extension here: https://github.com/sponsors/zoellner                    

拡張機能の基本情報

名前 Cookie Monster Cookie Monster
ID mcfkbhecnoikhkemapgbdmndejfcpfdj
公式URL https://chromewebstore.google.com/detail/cookie-monster/mcfkbhecnoikhkemapgbdmndejfcpfdj
説明 This extension deals with cookie consent screens in the EU
ファイルサイズ 72.44 KB
インストール数 206
現在のバージョン 1.0.0
最終更新日 2021-10-01
公開日 2021-09-29
評価 3.00/5 合計 2 レビュー
開発者 Andreas Zoellner
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/zoellner/cookie-monster
ヘルプページのURL https://github.com/zoellner/cookie-monster/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Monster",
    "version": "1.0.0",
    "description": "This extension deals with cookie consent screens in the EU",
    "manifest_version": 3,
    "author": "Andreas Zoellner",
    "action": {
        "default_icon": {
            "16": "img\/cookie16.png",
            "32": "img\/cookie32.png",
            "48": "img\/cookie48.png",
            "128": "img\/cookie128.png"
        }
    },
    "icons": {
        "16": "img\/cookie16.png",
        "32": "img\/cookie32.png",
        "48": "img\/cookie48.png",
        "128": "img\/cookie128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ]
}