thailandtorrent.com button

Open your favourite webboard thailandtorrent.com in one click!

O que é thailandtorrent.com button?

thailandtorrent.com button é uma extensão do Chrome desenvolvida por Peter Anderson, e sua principal característica é "Open your favourite webboard thailandtorrent.com in one click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão thailandtorrent.com button

Baixe arquivos de extensão thailandtorrent.com button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome thailandtorrent.com button thailandtorrent.com button
ID jiodfhbkbfefcmgmbimdmgglopfdamfh
URL Oficial https://chrome.google.com/webstore/detail/thailandtorrentcom-button/jiodfhbkbfefcmgmbimdmgglopfdamfh
Descrição Open your favourite webboard thailandtorrent.com in one click!
Tamanho do Arquivo 15.58 KB
Contagem de Instalações 93
Versão Atual 2
Última Atualização 2014-06-20
Data de Publicação 2014-06-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Peter Anderson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}