Opt-Out Easy

Take control of your privacy!

Opt-Out Easy là gì?

Opt-Out Easy là một tiện ích mở rộng Chrome được phát triển bởi cmulabs, và tính năng chính của nó là "Take control of your privacy!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Opt-Out Easy

Tải xuống các tệp mở rộng Opt-Out Easy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        As you visit different websites, Opt-Out Easy searches their privacy policies for opt-out privacy choices you may not even have known existed. This includes opt-outs for targeted advertising, marketing emails, cookies, analytics, and sharing data with 3rd parties.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Opt-Out Easy Opt-Out Easy
ID hikefgklfabiiecechanbafeficfojik
URL Chính Thức https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik
Mô tả Take control of your privacy!
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 332
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-02-23
Ngày Phát Hành 2020-11-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cmulabs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://optouteasy.isr.cmu.edu
URL Trang Trợ Giúp https://optouteasy.isr.cmu.edu/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Opt-Out Easy",
    "description": "Take control of your privacy!",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "images\/shield.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/shield.png"
    },
    "background": {
        "scripts": [
            "scripts\/dist\/jquery.min.js",
            "scripts\/dist\/polyfill.js",
            "scripts\/dist\/analyzed_results.js",
            "scripts\/dist\/util.js",
            "scripts\/dist\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "styles\/*",
        "node_modules\/*"
    ]
}