subman.io for chrome

Search subtitles faster

subman.io for chrome là gì?

subman.io for chrome là một tiện ích mở rộng Chrome được phát triển bởi http://subman.io, và tính năng chính của nó là "Search subtitles faster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng subman.io for chrome

Tải xuống các tệp mở rộng subman.io for chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên subman.io for chrome subman.io for chrome
ID dgbmdkdhhigobcaigjgbcnpgohdogbfn
URL Chính Thức https://chrome.google.com/webstore/detail/submanio-for-chrome/dgbmdkdhhigobcaigjgbcnpgohdogbfn
Mô tả Search subtitles faster
Kích Thước Tệp 501 KB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2015-01-18
Ngày Phát Hành 2015-01-18
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://subman.io
Loại Thanh Toán free
Trang Web Mở Rộng http://subman.io/
URL Trang Trợ Giúp https://github.com/nvbn/subman/issues
Ngôn Ngữ Được Hỗ Trợ 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
}