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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}