TXT RPLCR

Replaces one or more words on websites just for fun.

O que é TXT RPLCR?

TXT RPLCR é uma extensão do Chrome desenvolvida por raum für medien, e sua principal característica é "Replaces one or more words on websites just for fun.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TXT RPLCR

Baixe arquivos de extensão TXT RPLCR 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

                        Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)                    

Informações Básicas da Extensão

Nome TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
URL Oficial https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
Descrição Replaces one or more words on websites just for fun.
Tamanho do Arquivo 45.91 KB
Contagem de Instalações 46
Versão Atual 1.1
Última Atualização 2016-07-25
Data de Publicação 2016-07-25
Desenvolvedor raum für medien
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TXT RPLCR",
    "description": "Replaces one or more words on websites just for fun.",
    "version": "1.1",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}