Pink-out
Removing pink from the web
Qu'est-ce que Pink-out ?
Pink-out est une extension Chrome développée par Itamar Kestenbaum, et sa fonction principale est "Removing pink from the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pink-out
Téléchargez les fichiers d'extension Pink-out au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. 🤦
Informations de Base sur l'Extension
Nom | Pink-out |
ID | emgomhlfknapebclbdkonjilalfmchep |
URL Officiel | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
Description | Removing pink from the web |
Taille du Fichier | 902 KB |
Nombre d'Installations | 1,333 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-12-01 |
Date de Publication | 2019-12-01 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Itamar Kestenbaum |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |