MyTors

This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool.

MyTors란 무엇입니까?

MyTors은(는) https://mytors.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool."입니다.

확장 프로그램 스크린샷

screenshot

MyTors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        MyTors is an extension that provides a search and download services for MyTors.com.
This is an essential extension in order to use MyTors.com.

It provides a helper tools for the MyTors services which runs in the background.
The background process is triggered only when MyTors.com site is loaded, which saves a lot of CPU resources.

It's also provides a convenient search engine for the MyTors.com service.

This extension DOES NOT saves, forwards or changes any data, it's just a helper tool that helps the MyTors.com service to complete his job neither more nor less.                    

확장 프로그램 기본 정보

이름 MyTors MyTors
ID comfpondpnoihcdomofgcpnmfggmiaoj
공식 URL https://chromewebstore.google.com/detail/mytors/comfpondpnoihcdomofgcpnmfggmiaoj
설명 This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool.
파일 크기 781 KB
설치 횟수 19
현재 버전 1.1.3
최근 업데이트 2015-02-14
출시 날짜 2015-02-14
평점 5.00/5 총 2 개의 평점
개발자 https://mytors.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyTors",
    "description": "This extension is essential in order to use the MyTors.com website. It also provides you a quick search tool.",
    "version": "1.1.3",
    "icons": {
        "16": "img\/icon.iconset\/[email protected]",
        "48": "img\/icon.iconset\/[email protected]",
        "128": "img\/icon.iconset\/[email protected]",
        "512": "img\/icon.iconset\/[email protected]"
    },
    "background": {
        "presistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "permissions": [
        "*:\/\/*.torrentz.eu\/",
        "*:\/\/*.torrentz.me\/",
        "*:\/\/*.torrentz.ch\/",
        "*:\/\/*.torrentz.in\/",
        "*:\/\/*.bestdownload.eu\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon.iconset\/[email protected]",
        "default_title": "Search and download torrents using MyTors.com",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mytors.com\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/config.js",
                "js\/api.js"
            ],
            "run_at": "document_start"
        }
    ]
}