Pink-out

Removing pink from the web

什么是Pink-out?

Pink-out是由Itamar Kestenbaum开发的Chrome扩展程序,该扩展的主要功能是“Removing pink from the web”。

扩展截图

screenshot

下载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 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
电子邮箱 [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'"
}