Mystery Button

If you want mysterious web site click the text link.

Что такое Mystery Button?

Mystery Button - это расширение Chrome, разработанное http://www.po-popo.com, и его основная функция - "If you want mysterious web site click the text link.".

Скачать файл CRX расширения Mystery Button

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

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

                        click the popup link and goto mysterious site :)                    

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

Название Mystery Button Mystery Button
ID hbmbcchkmpeeffbkgophpmglnhfiibdf
Официальный URL https://chrome.google.com/webstore/detail/mystery-button/hbmbcchkmpeeffbkgophpmglnhfiibdf
Описание If you want mysterious web site click the text link.
Размер файла 2.02 MB
Количество установок 17
Текущая Версия 0.0.7
Последнее Обновление 2013-02-04
Дата публикации 2013-02-04
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://www.po-popo.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mystery Button",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "If you want mysterious web site click the text link.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.po-popo.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}