Pink-out
Removing pink from the web
Pink-outとは何ですか?
Pink-outはItamar Kestenbaumによって開発されたChromeの拡張機能で、その主な機能は「Removing pink from the web」です。
拡張機能のスクリーンショット
Pink-out拡張機能のCRXファイルをダウンロード
Pink-out拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 🤦
拡張機能の基本情報
名前 | Pink-out |
ID | emgomhlfknapebclbdkonjilalfmchep |
公式URL | https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep |
説明 | Removing pink from the web |
ファイルサイズ | 902 KB |
インストール数 | 1,333 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-12-01 |
公開日 | 2019-12-01 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Itamar Kestenbaum |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |