Pink-out
Removing pink from the web
What is Pink-out?
Pink-out is a Chrome extension developed by Itamar Kestenbaum, and its main feature is "Removing pink from the web".
Extension Screenshots
Download Pink-out Extension CRX File
Download Pink-out extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. 🤦
Extension Basic Information
Name | Pink-out |
ID | emgomhlfknapebclbdkonjilalfmchep |
Official URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
Description | Removing pink from the web |
File Size | 902 KB |
Installation Count | 1,333 |
Current Version | 0.0.1 |
Last Updated | 2019-12-01 |
Publish Date | 2019-12-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Itamar Kestenbaum |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |