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. 🤦 擴展基本資訊
| 名稱 | |
| ID | emgomhlfknapebclbdkonjilalfmchep |
| 官方網址 | 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 |
| 電子郵箱 | [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'"
} | |