Pink-out
Removing pink from the web
Was ist Pink-out?
Pink-out ist eine Chrome-Erweiterung, die von Itamar Kestenbaum entwickelt wurde, und ihr Hauptmerkmal ist "Removing pink from the web".
Erweiterungsscreenshots
Pink-out-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pink-out-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. 🤦 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emgomhlfknapebclbdkonjilalfmchep |
| Offizielle URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
| Beschreibung | Removing pink from the web |
| Dateigröße | 902 KB |
| Installationsanzahl | 1,333 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2019-12-01 |
| Veröffentlichungsdatum | 2019-12-01 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Itamar Kestenbaum |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |