Wiki Game Cheat
Lets you instantly win the Wiki Game
Hvad er Wiki Game Cheat?
Wiki Game Cheat er en Chrome-udvidelse udviklet af https://niko109.com, og dens hovedfunktion er "Lets you instantly win the Wiki Game".
Udvidelsesskærmbilleder
Download Wiki Game Cheat-udvidelses-CRX-fil
Download Wiki Game Cheat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Just go on The Wikipedia Game speed race, press the button, and you instantly get to the goal!
Grundlæggende oplysninger om udvidelsen
Navn | Wiki Game Cheat |
ID | lpplmebffmhpihkicchamhpcmjhinjcc |
Officiel URL | https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc |
Beskrivelse | Lets you instantly win the Wiki Game |
Filstørrelse | 479 KB |
Antal Installationer | 402 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2014-04-13 |
Udgivelsesdato | 2014-04-13 |
Bedømmelse | 2.88/5 Samlet 17 Bedømmelser |
Udvikler | https://niko109.com |
Betalingsmetode | free |
Udvidelseswebsted | http://niko109.com |
Understøttede Sprog | 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" } |