subman.io for chrome
Search subtitles faster
什麼是subman.io for chrome?
subman.io for chrome是由http://subman.io開發的Chrome擴展程式,該擴展的主要功能是“Search subtitles faster”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | dgbmdkdhhigobcaigjgbcnpgohdogbfn |
官方網址 | 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 } |