Ted Cruz is the Zodiac Killer
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
O que é Ted Cruz is the Zodiac Killer?
Ted Cruz is the Zodiac Killer é uma extensão do Chrome desenvolvida por Andrew Kerr, e sua principal característica é "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ted Cruz is the Zodiac Killer
Baixe arquivos de extensão Ted Cruz is the Zodiac Killer 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 every occurance of 'Ted Cruz' with 'The Zodiac Killer'. Obvious parody is obvious. Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.
Informações Básicas da Extensão
Nome | Ted Cruz is the Zodiac Killer |
ID | baomlgmnamfkkmeikjbihghjiapaejgm |
URL Oficial | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm |
Descrição | Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. |
Tamanho do Arquivo | 3.47 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0.2 |
Última Atualização | 2016-03-03 |
Data de Publicação | 2016-03-02 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | Andrew Kerr |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer", "version": "1.0.2", "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.", "author": "Andrew Kerr", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "zodiac-killer.js" ] } ], "short_name": "cruziszodiac", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |