Pink-out
Removing pink from the web
Cos'è Pink-out?
Pink-out è un'estensione di Chrome sviluppata da Itamar Kestenbaum, e la sua funzione principale è "Removing pink from the web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pink-out
Scarica i file di estensione Pink-out in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. 🤦 Informazioni di Base sull'Estensione
| Nome | |
| ID | emgomhlfknapebclbdkonjilalfmchep |
| URL Ufficiale | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
| Descrizione | Removing pink from the web |
| Dimensione del File | 902 KB |
| Conteggio Installazioni | 1,333 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2019-12-01 |
| Data di Pubblicazione | 2019-12-01 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Itamar Kestenbaum |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |