Easy Privacy

It blocks ads, trackers and hide cookies consent box

什麼是Easy Privacy?

Easy Privacy是由easyprivacyplugin開發的Chrome擴展程式,該擴展的主要功能是“It blocks ads, trackers and hide cookies consent box”。

擴展截圖

screenshot
screenshot

下載Easy Privacy擴展crx文件

下載Easy Privacy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Protect Your Privacy with Adblocking, Anti-Tracking, and Hide Cookies features. 

EasyPrivacy will protect you from unwanted ads, website tracking, and the collection of your cookies without your knowledge. With just one click, you can enjoy a cleaner, faster, and safer browsing experience. Pop-ups and data breaches are no longer an issue, and the internet is now more private and secure with Easy-Privacy. 

Key Features of Easy Privacy 

Here are some of the key features of Easy-Privacy:  

>> Ad-Blocking: Adblocking is one of the main features of the easy privacy extension. This helps to remove unwanted distractions from the web pages and improves user experience by making the pages load faster. This helps to remove unwanted distractions from the web pages and improves user experience by making the pages load faster. Another unique feature of the easy privacy extension is the ability to block ads on YouTube. 

>> Anti-Tracker: The easy privacy extension also includes an anti-tracker feature, which helps to protect user privacy by blocking third-party trackers. These trackers collect data on users' browsing habits and can be used for targeted advertising, user profiling, and other purposes. The anti-tracker feature of the easy privacy extension uses advanced algorithms and blocklists to detect and block third-party trackers. 

>> Hide Cookies Consent Permission: The easy privacy extension also includes the ability to give cookie consent permission. This feature enables users to automatically give cookies permission on all websites, eliminating the need for them to repeatedly provide consent on each individual site and thus saving valuable time. 

How To Use EasyPrivacy?  

>> Install the extension by clicking on “Add to Chrome” button 

>> To use the adblocking, anti-tracking, and hide cookies features of Easy Privacy, simply click on the extension icon and enable the desired options. If at any time, the user wishes to disable any of the three options, they can do so easily by disabling the corresponding button 

Why is Easy-Privacy superior to others? 

>>Comprehensive protection: The easy privacy extension offers a combination of adblocking, anti-tracking, and hide cookies features, providing a more comprehensive protection for user privacy compared to other extensions that may only offer one or two of these features. 

>>User-friendly interface: The extension has a simple and user-friendly interface that makes it easy for users to enable and disable the different privacy features. 

>>Customizable options: The extension allows users to customize their preferences for adblocking, anti-tracking, and hide cookies, giving them more control over their browsing experience.                    

擴展基本資訊

名稱 Easy Privacy Easy Privacy
ID mmfgafbkmdfipjldopmmbjkggebhmhij
官方網址 https://chromewebstore.google.com/detail/easy-privacy/mmfgafbkmdfipjldopmmbjkggebhmhij
簡介 It blocks ads, trackers and hide cookies consent box
檔案大小 2.84 MB
安裝次數 241
目前版本 1.0
更新時間 2023-02-08
上架時間 2023-02-08
開發者 easyprivacyplugin
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://drive.google.com/file/d/18QQ_0H9nxfMCr0QhRyub3OKF075U409H/view?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "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": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "cookies",
        "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"
            }
        ]
    }
}