TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

TAB FaceIt-Chillerคืออะไร?

TAB FaceIt-Chiller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tabakhase และคุณลักษณะหลักของมันคือ "Replaces the fanfare sound on FaceIt.com with the plop"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TAB FaceIt-Chiller

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

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

                        Replaces the fanfare sound on FaceIt.com with the plop.

And thats it.                    

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

ชื่อ TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
คำอธิบาย Replaces the fanfare sound on FaceIt.com with the plop
ขนาดไฟล์ 15.41 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-01-15
วันที่เผยแพร่ 2015-01-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tabakhase
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TAB FaceIt-Chiller",
    "short_name": "FaceItChiller",
    "description": "Replaces the fanfare sound on FaceIt.com with the plop",
    "version": "0.0.1",
    "permissions": [
        "http:\/\/www.faceit.com\/*",
        "https:\/\/www.faceit.com\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.faceit.com\/*",
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "TAB_FaceIt-Chiller-RUN.js"
            ],
            "all_frames": true
        }
    ]
}