TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

¿Qué es TAB FaceIt-Chiller?

TAB FaceIt-Chiller es una extensión de Chrome desarrollada por Tabakhase, y su función principal es "Replaces the fanfare sound on FaceIt.com with the plop".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TAB FaceIt-Chiller

Descarga archivos de extensión TAB FaceIt-Chiller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

And thats it.                    

Información Básica de la Extensión

Nombre TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
URL Oficial https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
Descripción Replaces the fanfare sound on FaceIt.com with the plop
Tamaño del Archivo 15.41 KB
Cantidad de Instalaciones 110
Versión Actual 0.0.1
Última Actualización 2015-01-15
Fecha de Publicación 2015-01-14
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Tabakhase
Tipo de Pago free
Idiomas Soportados 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
        }
    ]
}