Pink-out

Removing pink from the web

Apa itu Pink-out?

Pink-out adalah ekstensi Chrome yang dikembangkan oleh Itamar Kestenbaum, dan fitur utamanya adalah "Removing pink from the web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pink-out

Unduh file ekstensi Pink-out dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pink-out Pink-out
ID emgomhlfknapebclbdkonjilalfmchep
URL Resmi https://chromewebstore.google.com/detail/pink-out/emgomhlfknapebclbdkonjilalfmchep
Deskripsi Removing pink from the web
Ukuran File 902 KB
Jumlah Instalasi 1,333
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-12-01
Tanggal Publikasi 2019-12-01
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Itamar Kestenbaum
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}