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
公式URL 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
Eメール [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"
            }
        ]
    }
}