subWatch 3

Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.

O que é subWatch 3?

subWatch 3 é uma extensão do Chrome desenvolvida por Cosmin, e sua principal característica é "Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão subWatch 3

Baixe arquivos de extensão subWatch 3 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        A favorite movie list tracker and a TV show notifier on a per-episode basis. After subscribing to your favorite TV shows, you will get notified when new episodes become available, based on your local timezone. Same thing will happen for Movies that haven't been released yet.

You can also use Sub.watch as a simple Movie/Show favorite list, to come back to when you want to know what you've already watched, or if you're looking for a recommendation for a friend.                    

Informações Básicas da Extensão

Nome subWatch 3 subWatch 3
ID lfekjajdgncmkajdpiadkkhhpblngnlc
URL Oficial https://chromewebstore.google.com/detail/subwatch-3/lfekjajdgncmkajdpiadkkhhpblngnlc
Descrição Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.
Tamanho do Arquivo 23.92 KB
Contagem de Instalações 1,404
Versão Atual 3.7.3
Última Atualização 2020-12-02
Data de Publicação 2018-10-29
Classificação 4.55/5 Total de 11 Avaliações
Desenvolvedor Cosmin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sub.watch
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "subWatch 3",
    "description": "Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.",
    "version": "3.7.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "SubWatch 3.0",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sub.watch\/*",
                "https:\/\/subwatch.test\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/sub.watch\/*",
            "*:\/\/subwatch.test\/*"
        ]
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "https:\/\/sub.watch\/*",
        "https:\/\/subwatch.dev\/*",
        "*:\/\/api.tvmaze.com\/*",
        "*:\/\/1337x.to\/*",
        "*:\/\/filelist.ro\/*",
        "*:\/\/zooqle.com\/*",
        "*:\/\/extratorrent.cd\/*",
        "*:\/\/thepiratebay.org\/*"
    ],
    "optional_permissions": [
        "*:\/\/rarbg.to\/*",
        "*:\/\/rarbgmirror.org\/*",
        "*:\/\/api.themoviedb.org\/*",
        "*:\/\/yts.am\/*",
        "*:\/\/filelist.io\/*",
        "*:\/\/speedapp.io\/*"
    ]
}