subWatch 3
Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.
什麼是subWatch 3?
subWatch 3是由Cosmin開發的Chrome擴展程式,該擴展的主要功能是“Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.”。
擴展截圖
下載subWatch 3擴展crx文件
下載subWatch 3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | subWatch 3 |
ID | lfekjajdgncmkajdpiadkkhhpblngnlc |
官方網址 | https://chromewebstore.google.com/detail/subwatch-3/lfekjajdgncmkajdpiadkkhhpblngnlc |
簡介 | Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers. |
檔案大小 | 23.92 KB |
安裝次數 | 1,404 |
目前版本 | 3.7.3 |
更新時間 | 2020-12-02 |
上架時間 | 2018-10-29 |
評分 | 4.55/5 共 11 次評分 |
開發者 | Cosmin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sub.watch |
支援的語言 | 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\/*" ] } |