TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

Apa itu TAB FaceIt-Chiller?

TAB FaceIt-Chiller adalah ekstensi Chrome yang dikembangkan oleh Tabakhase, dan fitur utamanya adalah "Replaces the fanfare sound on FaceIt.com with the plop".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TAB FaceIt-Chiller

Unduh file ekstensi TAB FaceIt-Chiller 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

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

And thats it.                    

Informasi Dasar Ekstensi

Nama TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
URL Resmi https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
Deskripsi Replaces the fanfare sound on FaceIt.com with the plop
Ukuran File 15.41 KB
Jumlah Instalasi 110
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-01-15
Tanggal Publikasi 2015-01-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Tabakhase
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}