subman.io for chrome
Search subtitles faster
Hvad er subman.io for chrome?
subman.io for chrome er en Chrome-udvidelse udviklet af http://subman.io, og dens hovedfunktion er "Search subtitles faster".
Udvidelsesskærmbilleder
Download subman.io for chrome-udvidelses-CRX-fil
Download subman.io for chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dgbmdkdhhigobcaigjgbcnpgohdogbfn |
Officiel URL | https://chrome.google.com/webstore/detail/submanio-for-chrome/dgbmdkdhhigobcaigjgbcnpgohdogbfn |
Beskrivelse | Search subtitles faster |
Filstørrelse | 501 KB |
Antal Installationer | 159 |
Nuværende Version | 0.5 |
Senest Opdateret | 2015-01-18 |
Udgivelsesdato | 2015-01-18 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | http://subman.io |
Betalingsmetode | free |
Udvidelseswebsted | http://subman.io/ |
Hjælpeside-URL | https://github.com/nvbn/subman/issues |
Understøttede Sprog | 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 } |