replace daniel with beep beep lettuce

this will replace the word daniel with beep beep lettuce forever thanks xoxo

O que é replace daniel with beep beep lettuce?

replace daniel with beep beep lettuce é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "this will replace the word daniel with beep beep lettuce forever thanks xoxo".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão replace daniel with beep beep lettuce

Baixe arquivos de extensão replace daniel with beep beep lettuce 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

                        Have you ever wanted to replace the word Daniel with "beep beep lettuce" across all instances of the internet? Of course you have, and now you can. Just download this app.

beep beep lettuce.                    

Informações Básicas da Extensão

Nome replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
URL Oficial https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Descrição this will replace the word daniel with beep beep lettuce forever thanks xoxo
Tamanho do Arquivo 44.21 KB
Contagem de Instalações 53
Versão Atual 1.3
Última Atualização 2017-07-05
Data de Publicação 2017-07-05
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "replace daniel with beep beep lettuce",
    "description": "this will replace the word daniel with beep beep lettuce forever thanks xoxo",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}