Ted Cruz is the Zodiac Killer Replacer

Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."

O que é Ted Cruz is the Zodiac Killer Replacer?

Ted Cruz is the Zodiac Killer Replacer é uma extensão do Chrome desenvolvida por Brennan Butler, e sua principal característica é "Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ted Cruz is the Zodiac Killer Replacer

Baixe arquivos de extensão Ted Cruz is the Zodiac Killer Replacer 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

                        A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.                    

Informações Básicas da Extensão

Nome Ted Cruz is the Zodiac Killer Replacer Ted Cruz is the Zodiac Killer Replacer
ID iajmlnmkpiipapofijlnkechdjjmnfeg
URL Oficial https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg
Descrição Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
Tamanho do Arquivo 59.85 KB
Contagem de Instalações 36
Versão Atual 1.4
Última Atualização 2016-03-14
Data de Publicação 2016-03-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Brennan Butler
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Ted Cruz is The Zodiac Killer"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"",
    "manifest_version": 2,
    "name": "Ted Cruz is the Zodiac Killer Replacer",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "http:\/\/*.*\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}