Pink-out
Removing pink from the web
Co to jest Pink-out?
Pink-out to rozszerzenie Chrome opracowane przez Itamar Kestenbaum, a jego główną funkcją jest „Removing pink from the web”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pink-out
Pobierz pliki rozszerzeń Pink-out w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. 🤦 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | emgomhlfknapebclbdkonjilalfmchep |
| Oficjalny URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
| Opis | Removing pink from the web |
| Rozmiar pliku | 902 KB |
| Liczba instalacji | 1,333 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2019-12-01 |
| Data Publikacji | 2019-12-01 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Itamar Kestenbaum |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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'"
} | |