Marie Le Conte -> Marie Le Pepe

Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

O que é Marie Le Conte -> Marie Le Pepe?

Marie Le Conte -> Marie Le Pepe é uma extensão do Chrome desenvolvida por cr3, e sua principal característica é "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Marie Le Conte -> Marie Le Pepe

Baixe arquivos de extensão Marie Le Conte -> Marie Le Pepe 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 text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

2016 Update: Now makes fart noises                    

Informações Básicas da Extensão

Nome Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
URL Oficial https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
Descrição Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
Tamanho do Arquivo 15.24 KB
Contagem de Instalações 81
Versão Atual 0.6
Última Atualização 2016-06-14
Data de Publicação 2016-06-14
Classificação 2.71/5 Total de 7 Avaliações
Desenvolvedor cr3
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marie Le Conte -> Marie Le Pepe",
    "version": "0.6",
    "description": "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}