subman.io for chrome
Search subtitles faster
What is subman.io for chrome?
subman.io for chrome is a Chrome extension developed by http://subman.io, and its main feature is "Search subtitles faster".
Extension Screenshots
Download subman.io for chrome Extension CRX File
Download subman.io for chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dgbmdkdhhigobcaigjgbcnpgohdogbfn |
Official URL | https://chrome.google.com/webstore/detail/submanio-for-chrome/dgbmdkdhhigobcaigjgbcnpgohdogbfn |
Description | Search subtitles faster |
File Size | 501 KB |
Installation Count | 159 |
Current Version | 0.5 |
Last Updated | 2015-01-18 |
Publish Date | 2015-01-18 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://subman.io |
Payment Type | free |
Extension Website | http://subman.io/ |
Help Page URL | https://github.com/nvbn/subman/issues |
Supported Languages | 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 } |