subman.io for chrome

Search subtitles faster

什么是subman.io for chrome?

subman.io for chrome是由http://subman.io开发的Chrome扩展程序,该扩展的主要功能是“Search subtitles faster”。

扩展截图

screenshot
screenshot

下载subman.io for chrome扩展crx文件

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

扩展使用说明

                        Simple extension which allows you to download subtitles using just by making right click on episode link.

It works on thepiratebay and eztv.

For searching subtitles it's using subman.io which indexes addic7ed.com, www.opensubtitles.org, podnapisi.net, subscene.com, notabenoid.com and uksubtitles.ru.                    

扩展基本信息

名称 subman.io for chrome subman.io for chrome
ID dgbmdkdhhigobcaigjgbcnpgohdogbfn
官方URL https://chrome.google.com/webstore/detail/submanio-for-chrome/dgbmdkdhhigobcaigjgbcnpgohdogbfn
简介 Search subtitles faster
文件大小 501 KB
安装次数 159
当前版本 0.5
更新时间 2015-01-18
上架时间 2015-01-18
评分 4.50/5 共2次评分
开发者 http://subman.io
付费类型 free
扩展官网 http://subman.io/
帮助页面URL https://github.com/nvbn/subman/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "subman.io for chrome",
    "description": "Search subtitles faster",
    "version": "0.5",
    "permissions": [
        "contextMenus",
        "tabs",
        "*:\/\/subman.io\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/eztv.it\/*",
                "*:\/\/eztv.ch\/*",
                "*:\/\/thepiratebay.se\/*",
                "*:\/\/subman.io\/*",
                "*:\/\/thepiratebay.cr\/*",
                "*:\/\/kickass.so\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "page_action": {
        "default_icon": {
            "48": "icon_48_48.png"
        },
        "default_title": "Right click on link to episode for seeing subtitles."
    },
    "manifest_version": 2
}