subman.io for chrome

Search subtitles faster

subman.io for chromeคืออะไร?

subman.io for chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://subman.io และคุณลักษณะหลักของมันคือ "Search subtitles faster"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย subman.io for chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
}