Drunken Wolf Stream
Drunken Wolf stream notification
What is Drunken Wolf Stream?
Drunken Wolf Stream is a Chrome extension developed by m.bednarska14, and its main feature is "Drunken Wolf stream notification".
Extension Screenshots
Download Drunken Wolf Stream Extension CRX File
Download Drunken Wolf Stream 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
Plug in for your browser that will announce Drunken Wolf's stream.
Extension Basic Information
Name | |
ID | dnaobhmlcopekaceeiakliaianhladbi |
Official URL | https://chrome.google.com/webstore/detail/drunken-wolf-stream/dnaobhmlcopekaceeiakliaianhladbi |
Description | Drunken Wolf stream notification |
File Size | 1.14 MB |
Installation Count | 48 |
Current Version | 1.0 |
Last Updated | 2015-10-04 |
Publish Date | 2015-10-04 |
Rating | 4.00/5 Total 6 Ratings |
Developer | m.bednarska14 |
Payment Type | free |
Extension Website | http://www.twitch.tv/drunkenwolflol |
Supported Languages | 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" } |