Focus Group to A Bunch of Talking Ducks

Replaces the text 'focus group' with 'a bunch of talking ducks'.

O que é Focus Group to A Bunch of Talking Ducks?

Focus Group to A Bunch of Talking Ducks é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces the text 'focus group' with 'a bunch of talking ducks'.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Focus Group to A Bunch of Talking Ducks

Baixe arquivos de extensão Focus Group to A Bunch of Talking Ducks 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

                        Changes all instances "focus group" to "a bunch of talking ducks," because focus groups are terrible.                    

Informações Básicas da Extensão

Nome Focus Group to A Bunch of Talking Ducks Focus Group to A Bunch of Talking Ducks
ID pdjlbbnonfklakaacbelpkajgkjljmfp
URL Oficial https://chromewebstore.google.com/detail/focus-group-to-a-bunch-of/pdjlbbnonfklakaacbelpkajgkjljmfp
Descrição Replaces the text 'focus group' with 'a bunch of talking ducks'.
Tamanho do Arquivo 3.4 KB
Contagem de Instalações 10
Versão Atual 1.0
Última Atualização 2015-11-18
Data de Publicação 2015-11-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Group to A Bunch of Talking Ducks",
    "version": "1.0",
    "description": "Replaces the text 'focus group' with 'a bunch of talking ducks'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}