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文件

下载MyTors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    ]
}