Easy Privacy

It blocks ads, trackers and hide cookies consent box

O que é Easy Privacy?

Easy Privacy é uma extensão do Chrome desenvolvida por easyprivacyplugin, e sua principal característica é "It blocks ads, trackers and hide cookies consent box".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Privacy

Baixe arquivos de extensão Easy Privacy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Easy Privacy Easy Privacy
ID mmfgafbkmdfipjldopmmbjkggebhmhij
URL Oficial https://chromewebstore.google.com/detail/easy-privacy/mmfgafbkmdfipjldopmmbjkggebhmhij
Descrição It blocks ads, trackers and hide cookies consent box
Tamanho do Arquivo 2.84 MB
Contagem de Instalações 241
Versão Atual 1.0
Última Atualização 2023-02-08
Data de Publicação 2023-02-08
Desenvolvedor easyprivacyplugin
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://drive.google.com/file/d/18QQ_0H9nxfMCr0QhRyub3OKF075U409H/view?usp=sharing
Idiomas Suportados 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"
            }
        ]
    }
}