subWatch 3
Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.
Qu'est-ce que subWatch 3 ?
subWatch 3 est une extension Chrome développée par Cosmin, et sa fonction principale est "Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension subWatch 3
Téléchargez les fichiers d'extension subWatch 3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | subWatch 3 |
ID | lfekjajdgncmkajdpiadkkhhpblngnlc |
URL Officiel | https://chromewebstore.google.com/detail/subwatch-3/lfekjajdgncmkajdpiadkkhhpblngnlc |
Description | Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers. |
Taille du Fichier | 23.92 KB |
Nombre d'Installations | 1,404 |
Version Actuelle | 3.7.3 |
Dernière Mise à Jour | 2020-12-02 |
Date de Publication | 2018-10-29 |
Évaluation | 4.55/5 Total 11 Évaluations |
Développeur | Cosmin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sub.watch |
Langues Prises en Charge | 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\/*" ] } |