Watchlist for Chrome

Create and keep your list of movies and TV series in one place. Search films, check ratings, watch trailers, set-up notifications.

What is Watchlist for Chrome?

Watchlist for Chrome is a Chrome extension developed by https://watchlist-for-chrome.com, and its main feature is "Create and keep your list of movies and TV series in one place. Search films, check ratings, watch trailers, set-up notifications.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Watchlist for Chrome Extension CRX File

Download Watchlist for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create and keep your list of movies and TV series in one place. Search films, check ratings, watch trailers, set-up notifications.

Love movies and TVs like we do? Try our best tool for all movie buffs and TV series fans. Now you can create and keep your own watch lists directly in your browser. Get our add-on and stop wasting your time for searching and listing movies and TVs in your notebook. No more lost lists or forgotten pixes.

With our Watchlist for Chrome you can:
-	Create and manage your own watchlists;
-	Search films;
-	Check ratings on several communities;
-	Watch trailers;
-	Set custom notifications up

Use our powerful search by:
-	film title 
-	artist or director

Add movie to your list and favorites. Keep all your wishes and favorites in one place with quick access right from your browser. Use "mark as watched" button to move watched movies to the bottom of the list.

View movie or TV details and poster, watch trailer, etc. You can check ratings of most popular movie communities like: 
1)	IMDB
2)	Rotten Tomatoes
3)	Metacritic ratings

With our customizable notifications and reminders you won't miss premier of new movie or long-awaited episode.

This extension also offers user potentially interesting movie based on it's general popularity and interests of the user

Everything you've been looking for at your fingertips.

=============Updates=============
v.1.0.6
Search bug Fixed.

v.1.0.5
Bug Fixed.

v.1.0.3
Bug Fixed.

v.1.0.4:
- Some minor bugs with movie search fixed.
- "Mark as watched" feature and button added. Now you can mark any movie as watched and leave it in your watchlist.                    

Extension Basic Information

Name Watchlist for Chrome Watchlist for Chrome
ID faplbcmllchlmpnmdgdcbjhbgoohgidb
Official URL https://chromewebstore.google.com/detail/watchlist-for-chrome/faplbcmllchlmpnmdgdcbjhbgoohgidb
Description Create and keep your list of movies and TV series in one place. Search films, check ratings, watch trailers, set-up notifications.
File Size 816 KB
Installation Count 518
Current Version 1.0.7
Last Updated 2024-02-29
Publish Date 2020-11-12
Rating 5.00/5 Total 5 Ratings
Developer https://watchlist-for-chrome.com
Email [email protected]
Payment Type free
Extension Website https://watchlist-for-chrome.com
Privacy Policy Page URL https://sites.google.com/view/watchlistforchrom
Supported Languages id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.7",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        }
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "unlimitedStorage",
        "cookies",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.omdbapi.com\/*",
        "*:\/\/*.imdb.com\/*"
    ]
}