WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Easy Privacy

Easy Privacy

View on Chrome Web Store
View Easy Privacy Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (41 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

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

It blocks ads, trackers and hide cookies consent box
Type
Extension
Users
6,000 users
1K
easyprivacyplugin
View author page of easyprivacyplugin
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 8, 2023
Version 1.1
Manifest version
3
Updated
Updated on January 25, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Easy Privacy Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Easy Privacy",
    "description": "It blocks ads, trackers and hide cookies consent box",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon 32.png"
    },
    "icons": {
        "16": "icon 16.png",
        "32": "icon 32.png",
        "64": "icon 64.png",
        "128": "icon 128.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "cookies_rules",
                "enabled": true,
                "path": "cookies_rules.json"
            },
            {
                "id": "adBlocker_rules1",
                "enabled": true,
                "path": "adBlocker_rules1.json"
            },
            {
                "id": "adBlocker_rules2",
                "enabled": true,
                "path": "adBlocker_rules2.json"
            },
            {
                "id": "privacy_rules",
                "enabled": true,
                "path": "privacy_rules.json"
            }
        ]
    }
}
© 2025 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