Remember the Episode
Saves where you stopped watching your series.
What is Remember the Episode?
Remember the Episode is a Chrome extension developed by hurnaus.f1, and its main feature is "Saves where you stopped watching your series.".
Extension Screenshots
Download Remember the Episode Extension CRX File
Download Remember the Episode 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
Remember the Episode is an easy to use Chrome Extension to save, where you stopped watching your TV-Show.
Extension Basic Information
Name | |
ID | ahamjlelhfepefbpmkmklbankghpoehi |
Official URL | https://chrome.google.com/webstore/detail/remember-the-episode/ahamjlelhfepefbpmkmklbankghpoehi |
Description | Saves where you stopped watching your series. |
File Size | 1.75 MB |
Installation Count | 62 |
Current Version | 1.0 |
Last Updated | 2012-07-29 |
Publish Date | 2012-07-29 |
Rating | 4.67/5 Total 6 Ratings |
Developer | hurnaus.f1 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember the Episode", "version": "1.0", "description": "Saves where you stopped watching your series.", "icons": { "16": "bilder\/icon16.png", "48": "bilder\/icon48.png", "128": "bilder\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Remember the Episode", "default_popup": "popup.html", "default_icon": "bilder\/icon.png" }, "manifest_version": 2 } |