Wiki Game Cheat

Lets you instantly win the Wiki Game

Cos'è Wiki Game Cheat?

Wiki Game Cheat è un'estensione di Chrome sviluppata da https://niko109.com, e la sua funzione principale è "Lets you instantly win the Wiki Game".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wiki Game Cheat

Scarica i file di estensione Wiki Game Cheat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Wiki Game Cheat Wiki Game Cheat
ID lpplmebffmhpihkicchamhpcmjhinjcc
URL Ufficiale https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc
Descrizione Lets you instantly win the Wiki Game
Dimensione del File 479 KB
Conteggio Installazioni 402
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-04-13
Data di Pubblicazione 2014-04-13
Valutazione 2.88/5 Totale 17 Valutazioni
Sviluppatore https://niko109.com
Tipo di Pagamento free
Sito Web dell'Estensione http://niko109.com
Lingue Supportate 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"
}