TV WatchList

Track favorite TV shows and episodes by creating a personal WatchList.

TV WatchList là gì?

TV WatchList là một tiện ích mở rộng Chrome được phát triển bởi Surya, và tính năng chính của nó là "Track favorite TV shows and episodes by creating a personal WatchList.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TV WatchList

Tải xuống các tệp mở rộng TV WatchList dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ***Update Feb-24-2022***
I am in the process of updating. Currently testing in https://tv-watchlist.github.io once its stable will update here
****
 
Do you watch lot of TV Shows? Did you forget the last seen episode or Is it difficult to keep track of seen and unseen episodes?
If your answer is "YES", then you are in the right place! 

Keep track of your favorite Television Shows and episodes by creating your personal TV WatchList. No need to setup yet another user account or subscribe for emails to keep track of watched or incoming episodes.
This will automatically update the TV Show with a new episode. Also as a bonus, it will alert you of Today's Show.
Basically, use it as a personal TV guide and Episode guide
For Status update & tips https://www.facebook.com/TvWatchList

Features:
* Simple design with easily manageable listing.
* Displays TV shows with all its episode names and air dates.
* Quick peek previous and next episode name and air date.
* Next show days and unseen episodes counter.
* Follow Running, TBA and Completed Shows.
* Search Series and add them to your watchlist.
* Show list updated daily.
* Data saved using HTML5's IndexedDB.
* Notification popup alert for current new shows.
* One click episode summary
* Ability to customize summary link and color scheme
* Each TV Show displays its banner in the background (courtesy of thetvdb.com).
* Ability to Share your show list with others
* Added facebook Status Page
* Shows can be sorted by date, name, unseen or arrange the list of the shows to your preference
* Icon count can now be unseen shows, episodes or blank TV icon for seen
* Compact view, Now can fit more shows on screen.
* Cloud syncing of data using Dropbox
* Shows and episode listing courtesy of TVmaze.com.


For suggestions, feature requests and bugs please write in reviews.
If you like this extension please give it 5 stars, Like it in Facebook or +1 in Google.This will motivate me to add more awesome updates ^_^                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TV WatchList TV WatchList
ID mkjcjbkackpifmmpmhjfojjindefnffk
URL Chính Thức https://chromewebstore.google.com/detail/tv-watchlist/mkjcjbkackpifmmpmhjfojjindefnffk
Mô tả Track favorite TV shows and episodes by creating a personal WatchList.
Kích Thước Tệp 1.57 MB
Số Lần Cài Đặt 4,925
Phiên Bản Hiện Tại 2.0.10
Cập Nhật Lần Cuối 2022-02-25
Ngày Phát Hành 2017-06-18
Đánh Giá 3.59/5 Tổng số 239 Đánh Giá
Nhà Phát Triển Surya
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.facebook.com/TvWatchList
URL Trang Chính Sách Bảo Mật https://tv-watchlist.github.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TV WatchList",
    "version": "2.0.10",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "TV WatchList v2.0.10",
        "default_icon": "myTvQ1x32.png",
        "default_popup": "popup.html"
    },
    "description": "Track favorite TV shows and episodes by creating a personal WatchList.",
    "icons": {
        "16": "myTvQ1x16.png",
        "32": "myTvQ1x32.png",
        "48": "myTvQ1x48.png",
        "128": "myTvQ1x128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.facebook.com https:\/\/content.dropboxapi.com; object-src 'self'",
    "permissions": [
        "http:\/\/*.tvrage.com\/*",
        "http:\/\/*.thetvdb.com\/*",
        "https:\/\/*.dropbox.com\/*",
        "https:\/\/content.dropboxapi.com\/*",
        "http:\/\/*.tvmaze.com\/*",
        "notifications",
        "storage",
        "alarms"
    ],
    "optional_permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "jszip.min.js",
            "jszip-utils.js",
            "xml2json.js",
            "date.format.js",
            "myTvQ.js",
            "analytics.js",
            "myTvQ_indexedDB.js",
            "myTvQ_setting.js",
            "myTvQ_notify.js",
            "myTvQ_subsrcibed.js",
            "myTvQ_migration.js",
            "myTvQ_listing.js",
            "myTvQ_schedule.js",
            "myTvQ_search.js",
            "myTvQ_thetvdb.js",
            "myTvQ_tvmaze.js",
            "country_list.js",
            "dropbox\/superagent.min.js",
            "dropbox\/dropbox-v2.js",
            "event_page.js",
            "slug.js"
        ],
        "persistent": false
    },
    "offline_enabled": true,
    "web_accessible_resources": [
        "myTvQ1x32.png",
        "myTvQ1x48.png",
        "myTvQ1x128.png",
        "jquery-2.1.4.min.js",
        "dropbox\/superagent.min.js",
        "dropbox\/dropbox-v2.js",
        "dropbox\/dropbox.html",
        "dropbox\/dropbox_callback.js"
    ]
}