Pink-out
Removing pink from the web
Wat is Pink-out?
Pink-out is een Chrome-extensie ontwikkeld door Itamar Kestenbaum, en de belangrijkste functie is "Removing pink from the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Pink-out
Download Pink-out-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. 🤦 Basisinformatie over de Extensie
| Naam | |
| ID | emgomhlfknapebclbdkonjilalfmchep |
| Officiële URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
| Beschrijving | Removing pink from the web |
| Bestandsgrootte | 902 KB |
| Aantal Installaties | 1,333 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2019-12-01 |
| Publicatiedatum | 2019-12-01 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Itamar Kestenbaum |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |