Pink-out
Removing pink from the web
Co je Pink-out?
Pink-out je rozšíření Chrome vyvinuté Itamar Kestenbaum, a jeho hlavní funkcí je „Removing pink from the web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pink-out
Stáhněte si soubory rozšíření Pink-out ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. 🤦 Základní Informace o Rozšíření
| Název | |
| ID | emgomhlfknapebclbdkonjilalfmchep |
| Oficiální URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
| Popis | Removing pink from the web |
| Velikost souboru | 902 KB |
| Počet instalací | 1,333 |
| Aktuální Verze | 0.0.1 |
| Poslední Aktualizace | 2019-12-01 |
| Datum Vydání | 2019-12-01 |
| Hodnocení | 5.00/5 Celkem 4 Hodnocení |
| Vývojář | Itamar Kestenbaum |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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'"
} | |