Watch Doge
It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)
What is Watch Doge?
Watch Doge is a Chrome extension developed by Constantin Lehenmeier, and its main feature is "It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)".
Extension Screenshots
Download Watch Doge Extension CRX File
Download Watch Doge 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
If you find a bug, please report it. Thank you for downloading my extension and have fun!
Extension Basic Information
Name | |
ID | mockgfbbicpeebdpakillhameihbkngf |
Official URL | https://chrome.google.com/webstore/detail/watch-doge/mockgfbbicpeebdpakillhameihbkngf |
Description | It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem) |
File Size | 831 KB |
Installation Count | 238 |
Current Version | 0.0.1.0 |
Last Updated | 2015-06-03 |
Publish Date | 2015-06-03 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Constantin Lehenmeier |
Payment Type | free |
Help Page URL | http://constantinlehenmeier.de/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watch Doge", "description": "It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)", "version": "0.0.1.0", "manifest_version": 2, "browser_action": { "default_icon": { "19": "assets\/favicon-19.png", "38": "assets\/favicon-38.png" }, "default_title": "Watch Doge", "default_popup": "popup.html" }, "icons": { "16": "assets\/favicon-16.png", "48": "assets\/favicon-48.png", "128": "assets\/favicon-128.png" }, "background": { "scripts": [ "js\/vendor\/jquery.js", "js\/vendor\/underscore.js", "js\/background.js" ] }, "permissions": [ "background", "contextMenus", "storage", "unlimitedStorage", "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |