Pink-out
Removing pink from the web
Pink-outคืออะไร?
Pink-out เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Itamar Kestenbaum และคุณลักษณะหลักของมันคือ "Removing pink from the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pink-out
ดาวน์โหลดไฟล์ส่วนขยาย 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. 🤦                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| 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'"
} | |