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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
        }
    ]
}