Easy Privacy

It blocks ads, trackers and hide cookies consent box

Easy Privacyคืออะไร?

Easy Privacy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย easyprivacyplugin และคุณลักษณะหลักของมันคือ "It blocks ads, trackers and hide cookies consent box"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Privacy

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            }
        ]
    }
}