right click search for Thepiratebay

Send the key word to thepiratebay, and search it.

Cos'è right click search for Thepiratebay?

right click search for Thepiratebay è un'estensione di Chrome sviluppata da Alleen, e la sua funzione principale è "Send the key word to thepiratebay, and search it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione right click search for Thepiratebay

Scarica i file di estensione right click search for Thepiratebay 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

                        You can select the keyword from your browser, and easy send to Thepiratebay via right click.
It will show search result on new chrome tab.                    

Informazioni di Base sull'Estensione

Nome right click search for Thepiratebay right click search for Thepiratebay
ID aoobhfgdfanbloadaggnabfbgbhkbpgb
URL Ufficiale https://chromewebstore.google.com/detail/right-click-search-for-th/aoobhfgdfanbloadaggnabfbgbhkbpgb
Descrizione Send the key word to thepiratebay, and search it.
Dimensione del File 424 KB
Conteggio Installazioni 28
Versione Corrente 0.2
Ultimo Aggiornamento 2016-01-05
Data di Pubblicazione 2016-01-05
Sviluppatore Alleen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Alleen Wang",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon\/icon-16.png",
            "38": "assets\/icon\/icon-32.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/icon-16.png",
        "32": "assets\/icon\/icon-32.png",
        "64": "assets\/icon\/icon-64.png",
        "96": "assets\/icon\/icon-96.png",
        "128": "assets\/icon\/icon-128.png",
        "256": "assets\/icon\/icon-256.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/lib\/jquery-2.1.3.min.js",
            "assets\/js\/content.js"
        ]
    },
    "options_page": "preferences.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "preferences.html"
    ]
}