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 |
公式URL | 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 |
Eメール | [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\/*" ] } |