Watch Doge
It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)
Cos'è Watch Doge?
Watch Doge è un'estensione di Chrome sviluppata da Constantin Lehenmeier, e la sua funzione principale è "It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Watch Doge
Scarica i file di estensione Watch Doge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If you find a bug, please report it. Thank you for downloading my extension and have fun!
Informazioni di Base sull'Estensione
Nome | |
ID | mockgfbbicpeebdpakillhameihbkngf |
URL Ufficiale | https://chrome.google.com/webstore/detail/watch-doge/mockgfbbicpeebdpakillhameihbkngf |
Descrizione | It keeps track of episodes of your favorite tv shows and reminds you of upcoming episodes. (Original icon by Jonah Bethlehem) |
Dimensione del File | 831 KB |
Conteggio Installazioni | 238 |
Versione Corrente | 0.0.1.0 |
Ultimo Aggiornamento | 2015-06-03 |
Data di Pubblicazione | 2015-06-03 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Constantin Lehenmeier |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://constantinlehenmeier.de/ |
Lingue Supportate | 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'" } |