TAB FaceIt-Chiller

Replaces the fanfare sound on FaceIt.com with the plop

O que é TAB FaceIt-Chiller?

TAB FaceIt-Chiller é uma extensão do Chrome desenvolvida por Tabakhase, e sua principal característica é "Replaces the fanfare sound on FaceIt.com with the plop".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TAB FaceIt-Chiller

Baixe arquivos de extensão TAB FaceIt-Chiller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

And thats it.                    

Informações Básicas da Extensão

Nome TAB FaceIt-Chiller TAB FaceIt-Chiller
ID nnbgmghognlojjdhpdballejoebhmcpb
URL Oficial https://chromewebstore.google.com/detail/tab-faceit-chiller/nnbgmghognlojjdhpdballejoebhmcpb
Descrição Replaces the fanfare sound on FaceIt.com with the plop
Tamanho do Arquivo 15.41 KB
Contagem de Instalações 110
Versão Atual 0.0.1
Última Atualização 2015-01-15
Data de Publicação 2015-01-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tabakhase
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}