Potato for President 2016

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

¿Qué es Potato for President 2016?

Potato for President 2016 es una extensión de Chrome desarrollada por Evan Krause, y su función principal es "Replace occurences of Presidential Candidate's names with various fruits and vegetables".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Potato for President 2016

Descarga archivos de extensión Potato for President 2016 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Potato for President 2016 Potato for President 2016
ID doklbodcmibnbeipdhaggnkkoogcopad
URL Oficial https://chrome.google.com/webstore/detail/doklbodcmibnbeipdhaggnkkoogcopad
Descripción Replace occurences of Presidential Candidate's names with various fruits and vegetables
Tamaño del Archivo 28.12 KB
Cantidad de Instalaciones 19
Versión Actual 1.0
Última Actualización 2016-09-26
Fecha de Publicación 2016-09-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Evan Krause
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}