subman.io for chrome

Search subtitles faster

Wat is subman.io for chrome?

subman.io for chrome is een Chrome-extensie ontwikkeld door http://subman.io, en de belangrijkste functie is "Search subtitles faster".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie subman.io for chrome

Download subman.io for chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam subman.io for chrome subman.io for chrome
ID dgbmdkdhhigobcaigjgbcnpgohdogbfn
Officiële URL https://chrome.google.com/webstore/detail/submanio-for-chrome/dgbmdkdhhigobcaigjgbcnpgohdogbfn
Beschrijving Search subtitles faster
Bestandsgrootte 501 KB
Aantal Installaties 159
Huidige Versie 0.5
Laatst Bijgewerkt 2015-01-18
Publicatiedatum 2015-01-18
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://subman.io
Betalingswijze free
Extensiewebsite http://subman.io/
Help Pagina-URL https://github.com/nvbn/subman/issues
Ondersteunde Talen 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
}