Wiki Game Cheat
Lets you instantly win the Wiki Game
Vad är Wiki Game Cheat?
Wiki Game Cheat är en Chrome-tillägg utvecklad av https://niko109.com, och dess huvudfunktion är "Lets you instantly win the Wiki Game".
Tilläggsskärmbilder
Ladda ner Wiki Game Cheat-förlängningens CRX-fil
Ladda ner Wiki Game Cheat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Just go on The Wikipedia Game speed race, press the button, and you instantly get to the goal! Grundläggande Information om Tillägg
| Namn | |
| ID | lpplmebffmhpihkicchamhpcmjhinjcc |
| Officiell webbadress | https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc |
| Beskrivning | Lets you instantly win the Wiki Game |
| Filstorlek | 479 KB |
| Antal Installationer | 402 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2014-04-13 |
| Publiceringsdatum | 2014-04-13 |
| Betyg | 2.88/5 Totalt 17 Betyg |
| Utvecklare | https://niko109.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://niko109.com |
| Stödda Språk | 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"
} | |