Pink-out

Removing pink from the web

Pink-out란 무엇입니까?

Pink-out은(는) Itamar Kestenbaum에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removing pink from the web"입니다.

확장 프로그램 스크린샷

screenshot

Pink-out 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}