Rainbow Remover

Removes unwanted rainbows

Rainbow Removerคืออะไร?

Rainbow Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extensification Technologies และคุณลักษณะหลักของมันคือ "Removes unwanted rainbows"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rainbow Remover

ดาวน์โหลดไฟล์ส่วนขยาย Rainbow Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Removes unwanted rainbows on Facebook. Side effects may include selective colorblindness.

This extension will probably outlive its usefulness in a week or so.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rainbow Remover Rainbow Remover
ID nklhfofcnhanciamgjiahanaejnfddae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rainbow-remover/nklhfofcnhanciamgjiahanaejnfddae
คำอธิบาย Removes unwanted rainbows
ขนาดไฟล์ 359 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2015-06-29
วันที่เผยแพร่ 2015-06-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Extensification Technologies
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbow Remover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Removes unwanted rainbows",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}