Opt-Out Easy
Take control of your privacy!
Что такое Opt-Out Easy?
Opt-Out Easy - это расширение Chrome, разработанное cmulabs, и его основная функция - "Take control of your privacy!".
Снимки экрана расширения
Скачать файл CRX расширения Opt-Out Easy
Скачайте файлы расширений Opt-Out Easy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Opt-Out Easy |
ID | hikefgklfabiiecechanbafeficfojik |
Официальный URL | https://chromewebstore.google.com/detail/opt-out-easy/hikefgklfabiiecechanbafeficfojik |
Описание | Take control of your privacy! |
Размер файла | 1.55 MB |
Количество установок | 332 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2021-02-23 |
Дата публикации | 2020-11-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | cmulabs |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://optouteasy.isr.cmu.edu |
URL страницы помощи | https://optouteasy.isr.cmu.edu/privacy_policy |
Поддерживаемые языки | 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\/*" ] } |