thailandtorrent.com button

Open your favourite webboard thailandtorrent.com in one click!

Что такое thailandtorrent.com button?

thailandtorrent.com button - это расширение Chrome, разработанное Peter Anderson, и его основная функция - "Open your favourite webboard thailandtorrent.com in one click!".

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

screenshot

Скачать файл CRX расширения thailandtorrent.com button

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

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

                                            

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

Название thailandtorrent.com button thailandtorrent.com button
ID jiodfhbkbfefcmgmbimdmgglopfdamfh
Официальный URL https://chrome.google.com/webstore/detail/thailandtorrentcom-button/jiodfhbkbfefcmgmbimdmgglopfdamfh
Описание Open your favourite webboard thailandtorrent.com in one click!
Размер файла 15.58 KB
Количество установок 93
Текущая Версия 2
Последнее Обновление 2014-06-20
Дата публикации 2014-06-20
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Peter Anderson
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "name": "thailandtorrent.com button",
    "description": "Open your favourite webboard thailandtorrent.com in one click!",
    "browser_action": {
        "default_title": "Open thailandtorrent.com in one click",
        "default_icon": "img\/48.png"
    },
    "homepage_url": "https:\/\/thailandtorrent.com",
    "short_name": "thailandtorrent.com",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "chrome\/config.js",
            "js\/app.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "js\/document\/all.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/document\/bitofcode.js"
            ],
            "matches": [
                "*:\/\/*.bitofcode.net\/*"
            ]
        }
    ],
    "version": "2",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}