Pink-out

Removing pink from the web

Pink-out क्या है?

Pink-out Itamar Kestenbaum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removing pink from the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pink-out एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}