TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

Qu'est-ce que TAB FaceIt-Chiller ?

TAB FaceIt-Chiller est une extension Chrome développée par Tabakhase, et sa fonction principale est "Replaces the fanfare sound on FaceIt.com with the plop".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TAB FaceIt-Chiller

Téléchargez les fichiers d'extension TAB FaceIt-Chiller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

And thats it.                    

Informations de Base sur l'Extension

Nom TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
URL Officiel https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
Description Replaces the fanfare sound on FaceIt.com with the plop
Taille du Fichier 15.41 KB
Nombre d'Installations 110
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-01-15
Date de Publication 2015-01-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tabakhase
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}