TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

Hvad er TAB FaceIt-Chiller?

TAB FaceIt-Chiller er en Chrome-udvidelse udviklet af Tabakhase, og dens hovedfunktion er "Replaces the fanfare sound on FaceIt.com with the plop".

Udvidelsesskærmbilleder

screenshot

Download TAB FaceIt-Chiller-udvidelses-CRX-fil

Download TAB FaceIt-Chiller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

And thats it.                    

Grundlæggende oplysninger om udvidelsen

Navn TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
Officiel URL https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
Beskrivelse Replaces the fanfare sound on FaceIt.com with the plop
Filstørrelse 15.41 KB
Antal Installationer 110
Nuværende Version 0.0.1
Senest Opdateret 2015-01-15
Udgivelsesdato 2015-01-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Tabakhase
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}