Wiki Game Cheat
Lets you instantly win the Wiki Game
Apa itu Wiki Game Cheat?
Wiki Game Cheat adalah ekstensi Chrome yang dikembangkan oleh https://niko109.com, dan fitur utamanya adalah "Lets you instantly win the Wiki Game".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wiki Game Cheat
Unduh file ekstensi Wiki Game Cheat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Just go on The Wikipedia Game speed race, press the button, and you instantly get to the goal!
Informasi Dasar Ekstensi
Nama | Wiki Game Cheat |
ID | lpplmebffmhpihkicchamhpcmjhinjcc |
URL Resmi | https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc |
Deskripsi | Lets you instantly win the Wiki Game |
Ukuran File | 479 KB |
Jumlah Instalasi | 402 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-04-13 |
Tanggal Publikasi | 2014-04-13 |
Penilaian | 2.88/5 Total 17 Penilaian |
Pengembang | https://niko109.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://niko109.com |
Bahasa yang Didukung | 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" } |