TV WatchList
Track favorite TV shows and episodes by creating a personal WatchList.
***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 ^_^
Latest reviews
as of MARCH 4th 2025 - NO LONGER SUPPORTED BY CHROME -
Keeps track of your shows really well. Also, the banner of the shows don't show up anymore. Shows up for the old shows I added, but when I add a new show to the list, the banner doesn't show up. If I delete an old show and re-add it, the banner is gone. The settings never changed, so I don't know why it's like this. Any suggestions? Thanks.
Keeps track of your shows really well. Also, the banner of the shows don't show up anymore. Shows up for the old shows I added, but when I add a new show to the list, the banner doesn't show up. If I delete an old show and re-add it, the banner is gone. The settings never changed, so I don't know why it's like this. Any suggestions? Thanks.
I read the reviews before I download it, and after a couple of weeks of using it, it's safe to say that dev did fix issue of not working after few weeks, it's been working really well and its doing what I asked, notifying me when my fav show about to start, it can work as show itself as well as anime, highly recommended
I read the reviews before I download it, and after a couple of weeks of using it, it's safe to say that dev did fix issue of not working after few weeks, it's been working really well and its doing what I asked, notifying me when my fav show about to start, it can work as show itself as well as anime, highly recommended
I have been using this extension for many, many years. I absolutely love it. I am always looking forward to marking an episode as watched. I use this extension multiple times a day. I highly encourage you to install it, start adding your current list of shows to it, and then never forget when an upcoming episode is about to air.
I have been using this extension for many, many years. I absolutely love it. I am always looking forward to marking an episode as watched. I use this extension multiple times a day. I highly encourage you to install it, start adding your current list of shows to it, and then never forget when an upcoming episode is about to air.
caracol
coment faire pour que la tv marche
okay
okay
muito bom
Gostei, achei ótimo,
buen
No eh podido ver ningun canal
LOVE IT
LOVE IT
não entendi nada
ASTA EL MOMENTO NO E VISTO NINGUN CANAL
جميل
The app, when it works is great. Simple, kinda clunky, but it does exactly what I want, unlike most apps. But it currently isn't working. It lost all my shows, and when I used a back up version from dropbox, it just doesn't register that the shows are there. Something like this happened a few years ago too, but I hung on. I'm not sure I will this time.
The app, when it works is great. Simple, kinda clunky, but it does exactly what I want, unlike most apps. But it currently isn't working. It lost all my shows, and when I used a back up version from dropbox, it just doesn't register that the shows are there. Something like this happened a few years ago too, but I hung on. I'm not sure I will this time.
Everything I was looking for. Well designed.
Everything I was looking for. Well designed.
Edit: I have it configured pretty much the way I like it but there is no easy way to mark the current episode as watched... There's an option to mark ALL as watched or remove from the list but nothing for the current episode in the menu system ( and this should be added ).. I also noticed an issue with a show disappearing when all episodes are marked as watched instead of moving it to the end with hide seen episodes unchecked.... Edit: Turns out Javascript is enabled ( Bookmarklets ) so custom regex works flawlessly... javascript:( function( ) { var _url = "http://example.com/episode_information/"; var _show_name = "{show_name}"; var _season = "_s{season}"; var _episode = "_e{number}"; var _extension = ".html"; _show_name = _show_name.replace( /'|,/gi, "", "Nothing like using a non-existent argument for a Comment on this review example: Removes commas and apostrophes!" ); _show_name = _show_name.replace( / |%20|\./gi, "_", "Nothing like using a non-existent argument for a Comment on this review example: Replaces spaces, urlencoded spaces and periods with underscores!" ); open( _url + _show_name + _season + _episode + _extension, "_self" ).focus( ); } )( ); is what I'm using to ensure the naming sequence for the site I use is compatible. Hopefully this helps someone else who is having a similar issue.. 5 stars. ---------------------------------- Would be 5 stars, but it doesn't have enough options to use custom urls... The site I use doesn't use %20, ie space, for the title, it uses underscores instead of spaces. If this option was added ( Or an extension of the template/replace system was implemented so {show_name:_} could be used or something similar ) it'd be 5 stars.
Edit: I have it configured pretty much the way I like it but there is no easy way to mark the current episode as watched... There's an option to mark ALL as watched or remove from the list but nothing for the current episode in the menu system ( and this should be added ).. I also noticed an issue with a show disappearing when all episodes are marked as watched instead of moving it to the end with hide seen episodes unchecked.... Edit: Turns out Javascript is enabled ( Bookmarklets ) so custom regex works flawlessly... javascript:( function( ) { var _url = "http://example.com/episode_information/"; var _show_name = "{show_name}"; var _season = "_s{season}"; var _episode = "_e{number}"; var _extension = ".html"; _show_name = _show_name.replace( /'|,/gi, "", "Nothing like using a non-existent argument for a Comment on this review example: Removes commas and apostrophes!" ); _show_name = _show_name.replace( / |%20|\./gi, "_", "Nothing like using a non-existent argument for a Comment on this review example: Replaces spaces, urlencoded spaces and periods with underscores!" ); open( _url + _show_name + _season + _episode + _extension, "_self" ).focus( ); } )( ); is what I'm using to ensure the naming sequence for the site I use is compatible. Hopefully this helps someone else who is having a similar issue.. 5 stars. ---------------------------------- Would be 5 stars, but it doesn't have enough options to use custom urls... The site I use doesn't use %20, ie space, for the title, it uses underscores instead of spaces. If this option was added ( Or an extension of the template/replace system was implemented so {show_name:_} could be used or something similar ) it'd be 5 stars.
estou tentando mim conectar com a tv
ça ne marche pas & en + ça m'a apporté des virus!! la haine §
o.k
Has pretty much all the features i would want, though I do have 1 suggestion: Could you let us add a link in the Show Manager, and add a button to that link on the Series List. That way we can easily have a link to the Netflix page, or where-ever we watch, for quick access.
Has pretty much all the features i would want, though I do have 1 suggestion: Could you let us add a link in the Show Manager, and add a button to that link on the Series List. That way we can easily have a link to the Netflix page, or where-ever we watch, for quick access.
Has issues actually displaying. Not sure if this is just a chrome thing, but it's annoying af and unusable Fixes itself if I restart chrome (on a mac).
Has issues actually displaying. Not sure if this is just a chrome thing, but it's annoying af and unusable Fixes itself if I restart chrome (on a mac).
best thing to monitor my series, i just wish it could hold the list in offilne mode as well and it had android app ( not sure if it has those 2 features atm , havent checked )
best thing to monitor my series, i just wish it could hold the list in offilne mode as well and it had android app ( not sure if it has those 2 features atm , havent checked )
muito bom
Doesn't even load anymore.
Doesn't even load anymore.
I loved it when it worked, but it's having trouble loading. Please fix this bug!!
I loved it when it worked, but it's having trouble loading. Please fix this bug!!
it did not work
it did not work
muy exelente
now its working :D
just Awesome
just Awesome
Used to be the most useful app by a longshot, but now I can't add new shows and it's broken :( Please fix!
Used to be the most useful app by a longshot, but now I can't add new shows and it's broken :( Please fix!
O plugin costumava ser excelente! O melhor que já tinha visto, avisando sempre corretamente das series que eu assistia. Mas não sei se houve alguma atualização recente que ele ficou com muitos erros! Algumas series minhas sumiram da listagem quando chegaram itens novos e o ícone ainda fica mostrando o marcador de x itens não assistidos e nem adianta procurar pela série porque ele fica no "Searching" eternamente. Assim não consigo nem excluir a serie para adicionar novamente. Aconteceu isso com duas series da minha lista até agora: Under the dome e South Park.
Doesn't work anymore