right click search for Thepiratebay

Send the key word to thepiratebay, and search it.

Vad är right click search for Thepiratebay?

right click search for Thepiratebay är en Chrome-tillägg utvecklad av Alleen, och dess huvudfunktion är "Send the key word to thepiratebay, and search it.".

Tilläggsskärmbilder

screenshot

Ladda ner right click search for Thepiratebay-förlängningens CRX-fil

Ladda ner right click search for Thepiratebay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn right click search for Thepiratebay right click search for Thepiratebay
ID aoobhfgdfanbloadaggnabfbgbhkbpgb
Officiell webbadress https://chromewebstore.google.com/detail/right-click-search-for-th/aoobhfgdfanbloadaggnabfbgbhkbpgb
Beskrivning Send the key word to thepiratebay, and search it.
Filstorlek 424 KB
Antal Installationer 28
Aktuell Version 0.2
Senast Uppdaterad 2016-01-05
Publiceringsdatum 2016-01-05
Utvecklare Alleen
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}