Watch Doge

It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)

Wat is Watch Doge?

Watch Doge is een Chrome-extensie ontwikkeld door Constantin Lehenmeier, en de belangrijkste functie is "It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Watch Doge

Download Watch Doge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        If you find a bug, please report it.
Thank you for downloading my extension and have fun!                    

Basisinformatie over de Extensie

Naam Watch Doge Watch Doge
ID mockgfbbicpeebdpakillhameihbkngf
Officiële URL https://chrome.google.com/webstore/detail/watch-doge/mockgfbbicpeebdpakillhameihbkngf
Beschrijving It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)
Bestandsgrootte 831 KB
Aantal Installaties 238
Huidige Versie 0.0.1.0
Laatst Bijgewerkt 2015-06-03
Publicatiedatum 2015-06-03
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Constantin Lehenmeier
Betalingswijze free
Help Pagina-URL http://constantinlehenmeier.de/
Ondersteunde Talen 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'"
}