superagent - Automatic cookie consent

superagent fills out cookie consent forms based on your preferences, saving you time and letting you take control of your privacy.

superagent - Automatic cookie consentとは何ですか?

superagent - Automatic cookie consentはSuper Agentによって開発されたChromeの拡張機能で、その主な機能は「superagent fills out cookie consent forms based on your preferences, saving you time and letting you take control of your privacy.」です。

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

screenshot
screenshot
screenshot

superagent - Automatic cookie consent拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Super Agent's mission is to make privacy simple, by giving power to users to decide if and how they want to be tracked and ensure that their options are automatically applied with no effort.

We're all tired of complex cookie consent pop-ups that are hard to read, understand and navigate. Oftentimes, we just click accept to quickly get to the content. With Super Agent, you can now choose your preferences once and, for every supported website, this extension will automatically consent to your preferences for you.

We split optional cookies into three categories: Advertising, Functional and Performance.

We automatically opt out of cookies that are not clearly within any of these categories, and let you control the remaining three.

Release notes:

v3.0.3
- We have gone through a total rebrand with a slick and cleaner image. We hope you like it.
- Fixed web links.
- Improved reporting process.
- Added support for dark theme.
- Several performance improvements.
- Several bug fixes.
- Extension Icon Fixed                    

拡張機能の基本情報

名前 superagent - Automatic cookie consent superagent - Automatic cookie consent
ID neooppigbkahgfdhbpbhcccgpimeaafi
公式URL https://chromewebstore.google.com/detail/superagent-automatic-cook/neooppigbkahgfdhbpbhcccgpimeaafi
説明 superagent fills out cookie consent forms based on your preferences, saving you time and letting you take control of your privacy.
ファイルサイズ 7.18 MB
インストール数 28,785
現在のバージョン 3.0.3
最終更新日 2024-01-18
公開日 2021-04-29
評価 4.51/5 合計 65 レビュー
開発者 Super Agent
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.super-agent.com
ヘルプページのURL https://www.super-agent.com
プライバシーポリシーページのURL https://www.super-agent.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "superagent - Automatic cookie consent",
    "version": "3.0.3",
    "description": "superagent fills out cookie consent forms based on your preferences, saving you time and letting you take control of your privacy.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "icons": {
        "32": "images\/logo\/32.png",
        "64": "images\/logo\/64.png",
        "128": "images\/logo\/128.png",
        "256": "images\/logo\/256.png",
        "512": "images\/logo\/512.png",
        "1024": "images\/logo\/1024.png"
    },
    "browser_action": {
        "default_title": "superagent",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}