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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}