Drunken Wolf Stream
Drunken Wolf stream notification
Drunken Wolf Stream क्या है?
Drunken Wolf Stream m.bednarska14 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Drunken Wolf stream notification"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drunken Wolf Stream एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Plug in for your browser that will announce Drunken Wolf's stream.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dnaobhmlcopekaceeiakliaianhladbi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/drunken-wolf-stream/dnaobhmlcopekaceeiakliaianhladbi |
विवरण | Drunken Wolf stream notification |
फ़ाइल का आकार | 1.14 MB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-10-04 |
प्रकाशन तिथि | 2015-10-04 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | m.bednarska14 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.twitch.tv/drunkenwolflol |
समर्थित भाषाएँ | 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" } |