right click search for Thepiratebay

Send the key word to thepiratebay, and search it.

right click search for Thepiratebay란 무엇입니까?

right click search for Thepiratebay은(는) Alleen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send the key word to thepiratebay, and search it."입니다.

확장 프로그램 스크린샷

screenshot

right click search for Thepiratebay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 right click search for Thepiratebay right click search for Thepiratebay
ID aoobhfgdfanbloadaggnabfbgbhkbpgb
공식 URL https://chromewebstore.google.com/detail/right-click-search-for-th/aoobhfgdfanbloadaggnabfbgbhkbpgb
설명 Send the key word to thepiratebay, and search it.
파일 크기 424 KB
설치 횟수 28
현재 버전 0.2
최근 업데이트 2016-01-05
출시 날짜 2016-01-05
개발자 Alleen
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}