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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Super Agent และคุณลักษณะหลักของมันคือ "superagent fills out cookie consent forms based on your preferences, saving you time and letting you take control of your privacy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย superagent - Automatic cookie consent

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}