Drunken Wolf Stream
Drunken Wolf stream notification
Cos'è Drunken Wolf Stream?
Drunken Wolf Stream è un'estensione di Chrome sviluppata da m.bednarska14, e la sua funzione principale è "Drunken Wolf stream notification".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drunken Wolf Stream
Scarica i file di estensione Drunken Wolf Stream 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
Plug in for your browser that will announce Drunken Wolf's stream.
Informazioni di Base sull'Estensione
Nome | |
ID | dnaobhmlcopekaceeiakliaianhladbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/drunken-wolf-stream/dnaobhmlcopekaceeiakliaianhladbi |
Descrizione | Drunken Wolf stream notification |
Dimensione del File | 1.14 MB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-10-04 |
Data di Pubblicazione | 2015-10-04 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | m.bednarska14 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.twitch.tv/drunkenwolflol |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/drunken16.png", "default_popup": "popup.html" }, "icons": { "128": "img\/drunken.png", "16": "img\/drunken16.png", "48": "img\/drunken48.png" }, "manifest_version": 2, "name": "Drunken Wolf Stream", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "description": "Drunken Wolf stream notification", "version": "1.0" } |