Wiki Game Cheat

Lets you instantly win the Wiki Game

Что такое Wiki Game Cheat?

Wiki Game Cheat - это расширение Chrome, разработанное https://niko109.com, и его основная функция - "Lets you instantly win the Wiki Game".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Wiki Game Cheat

Скачайте файлы расширений Wiki Game Cheat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Wiki Game Cheat Wiki Game Cheat
ID lpplmebffmhpihkicchamhpcmjhinjcc
Официальный URL https://chromewebstore.google.com/detail/wiki-game-cheat/lpplmebffmhpihkicchamhpcmjhinjcc
Описание Lets you instantly win the Wiki Game
Размер файла 479 KB
Количество установок 402
Текущая Версия 1.0.1
Последнее Обновление 2014-04-13
Дата публикации 2014-04-13
Рейтинг 2.88/5 Всего 17 оценок
Разработчик https://niko109.com
Тип оплаты free
Официальный сайт расширения http://niko109.com
Поддерживаемые языки 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"
}