Pink-out
Removing pink from the web
Что такое Pink-out?
Pink-out - это расширение Chrome, разработанное Itamar Kestenbaum, и его основная функция - "Removing pink from the web".
Снимки экрана расширения
Скачать файл CRX расширения Pink-out
Скачайте файлы расширений Pink-out в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Experience the web according to trademark trolls. Deutsche Telekom (aka, T-Mobile’s parent) is out here telling other companies they can’t use pink (yes, seriously: http://bit.ly/freeingthepink), so this Chrome Extension makes sure you’re pink-compliant and removes it from all your browsing pages on the web. 🧹 Click on the ‘Pink-Out’ button to automatically remove the pink from the web (with the exception of T-Mobile affiliated pages). This extension is free - like the color pink should be. 🤦
Основная информация о расширении
Название | Pink-out |
ID | emgomhlfknapebclbdkonjilalfmchep |
Официальный URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
Описание | Removing pink from the web |
Размер файла | 902 KB |
Количество установок | 1,333 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2019-12-01 |
Дата публикации | 2019-12-01 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Itamar Kestenbaum |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Removing pink from the web", "version": "0.0.1", "name": "Pink-out", "options_page": "options.html", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.bundle.js" ] } ], "permissions": [ "webNavigation", "*:\/\/*\/*" ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "pink_square.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |