thailandtorrent.com button

Open your favourite webboard thailandtorrent.com in one click!

Cos'è thailandtorrent.com button?

thailandtorrent.com button è un'estensione di Chrome sviluppata da Peter Anderson, e la sua funzione principale è "Open your favourite webboard thailandtorrent.com in one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione thailandtorrent.com button

Scarica i file di estensione thailandtorrent.com button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome thailandtorrent.com button thailandtorrent.com button
ID jiodfhbkbfefcmgmbimdmgglopfdamfh
URL Ufficiale https://chrome.google.com/webstore/detail/thailandtorrentcom-button/jiodfhbkbfefcmgmbimdmgglopfdamfh
Descrizione Open your favourite webboard thailandtorrent.com in one click!
Dimensione del File 15.58 KB
Conteggio Installazioni 93
Versione Corrente 2
Ultimo Aggiornamento 2014-06-20
Data di Pubblicazione 2014-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Peter Anderson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}