Wiki Game Cheat
Lets you instantly win the Wiki Game
Qu'est-ce que Wiki Game Cheat ?
Wiki Game Cheat est une extension Chrome développée par https://niko109.com, et sa fonction principale est "Lets you instantly win the Wiki Game".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wiki Game Cheat
Téléchargez les fichiers d'extension Wiki Game Cheat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Just go on The Wikipedia Game speed race, press the button, and you instantly get to the goal!
Informations de Base sur l'Extension
Nom | Wiki Game Cheat |
ID | lpplmebffmhpihkicchamhpcmjhinjcc |
URL Officiel | https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc |
Description | Lets you instantly win the Wiki Game |
Taille du Fichier | 479 KB |
Nombre d'Installations | 402 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-04-13 |
Date de Publication | 2014-04-13 |
Évaluation | 2.88/5 Total 17 Évaluations |
Développeur | https://niko109.com |
Type de Paiement | free |
Site Web de l'Extension | http://niko109.com |
Langues Prises en Charge | 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" } |