Drunken Wolf Stream
Drunken Wolf stream notification
Wat is Drunken Wolf Stream?
Drunken Wolf Stream is een Chrome-extensie ontwikkeld door m.bednarska14, en de belangrijkste functie is "Drunken Wolf stream notification".
Extensie Screenshots
Download het CRX-bestand van de extensie Drunken Wolf Stream
Download Drunken Wolf Stream-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
Plug in for your browser that will announce Drunken Wolf's stream.
Basisinformatie over de Extensie
Naam | |
ID | dnaobhmlcopekaceeiakliaianhladbi |
Officiële URL | https://chrome.google.com/webstore/detail/drunken-wolf-stream/dnaobhmlcopekaceeiakliaianhladbi |
Beschrijving | Drunken Wolf stream notification |
Bestandsgrootte | 1.14 MB |
Aantal Installaties | 48 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-10-04 |
Publicatiedatum | 2015-10-04 |
Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | m.bednarska14 |
Betalingswijze | free |
Extensiewebsite | http://www.twitch.tv/drunkenwolflol |
Ondersteunde Talen | 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" } |