WebExtension.net
WebExtension.net

Consent-O-Matic

View on Chrome Web Store
View Consent-O-Matic Chrome Extension on Chrome Web Store
4.0 (139 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatic handling of GDPR consent forms
Type
Extension
Users
100,000 users
CAVI - Aarhus University
View author page of CAVI - Aarhus University
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 5, 2019
Version 1.1.3
Manifest version
3
Updated
Updated on October 3, 2024
View on Chrome Web Store
View Consent-O-Matic Chrome Extension on Chrome Web Store
make_chrome_yours/privacy
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Consent-O-Matic",
    "description": "Automatic handling of GDPR consent forms",
    "author": "CAVI - Aarhus University",
    "homepage_url": "https:\/\/github.com\/cavi-au\/Consent-O-Matic",
    "version": "1.1.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "Consent-O-Matic",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top