Pink-out

Removing pink from the web

Pink-out là gì?

Pink-out là một tiện ích mở rộng Chrome được phát triển bởi Itamar Kestenbaum, và tính năng chính của nó là "Removing pink from the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pink-out

Tải xuống các tệp mở rộng Pink-out dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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. 🤦                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pink-out Pink-out
ID emgomhlfknapebclbdkonjilalfmchep
URL Chính Thức https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep
Mô tả Removing pink from the web
Kích Thước Tệp 902 KB
Số Lần Cài Đặt 1,333
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-12-01
Ngày Phát Hành 2019-12-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Itamar Kestenbaum
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}