Wiki Game Cheat

Lets you instantly win the Wiki Game

Wat is Wiki Game Cheat?

Wiki Game Cheat is een Chrome-extensie ontwikkeld door https://niko109.com, en de belangrijkste functie is "Lets you instantly win the Wiki Game".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wiki Game Cheat

Download Wiki Game Cheat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Wiki Game Cheat Wiki Game Cheat
ID lpplmebffmhpihkicchamhpcmjhinjcc
Officiële URL https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc
Beschrijving Lets you instantly win the Wiki Game
Bestandsgrootte 479 KB
Aantal Installaties 402
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-04-13
Publicatiedatum 2014-04-13
Beoordeling 2.88/5 Totaal 17 Beoordelingen
Ontwikkelaar https://niko109.com
Betalingswijze free
Extensiewebsite http://niko109.com
Ondersteunde Talen 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"
}