Wiki Game Cheat

Lets you instantly win the Wiki Game

¿Qué es Wiki Game Cheat?

Wiki Game Cheat es una extensión de Chrome desarrollada por https://niko109.com, y su función principal es "Lets you instantly win the Wiki Game".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Wiki Game Cheat

Descarga archivos de extensión Wiki Game Cheat 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

                        Just go on The Wikipedia Game speed race, press the button, and you instantly get to the goal!                    

Información Básica de la Extensión

Nombre Wiki Game Cheat Wiki Game Cheat
ID lpplmebffmhpihkicchamhpcmjhinjcc
URL Oficial https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc
Descripción Lets you instantly win the Wiki Game
Tamaño del Archivo 479 KB
Cantidad de Instalaciones 402
Versión Actual 1.0.1
Última Actualización 2014-04-13
Fecha de Publicación 2014-04-13
Calificación 2.88/5 Total de 17 Calificaciones
Desarrollador https://niko109.com
Tipo de Pago free
Sitio Web de la Extensión http://niko109.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick Schauer",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/thewikigame.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_title": "Wiki Game Cheat"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "description": "Lets you instantly win the Wiki Game",
    "homepage_url": "http:\/\/niko109.com",
    "manifest_version": 2,
    "name": "Wiki Game Cheat",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/*\/*",
        "tabs"
    ],
    "short_name": "WikiCheat",
    "version": "1.0.1"
}