Potato for President 2016

Replace occurences of Presidential Candidate's names with various fruits and vegetables

O que é Potato for President 2016?

Potato for President 2016 é uma extensão do Chrome desenvolvida por Evan Krause, e sua principal característica é "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Potato for President 2016

Baixe arquivos de extensão Potato for President 2016 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

                        If you've ever thought, "Gee, I wish the current Candidates for the Presidency of the United States of America were named after fruits and/or vegetables", well, this extension is for you. It will automatically replace Candidate Clinton's and Candidate Trump's names with random fruits and vegetables on any page you visit. Unsatisfied with the fruit and/or vegetable given? Just reload to get a new one!                    

Informações Básicas da Extensão

Nome Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
URL Oficial https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Descrição Replace occurences of Presidential Candidate's names with various fruits and vegetables
Tamanho do Arquivo 28.12 KB
Contagem de Instalações 19
Versão Atual 1.0
Última Atualização 2016-09-26
Data de Publicação 2016-09-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Evan Krause
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato for President 2016",
    "description": "Replace occurences of Presidential Candidate's names with various fruits and vegetables",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fruits.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}