Drunken Wolf Stream
Drunken Wolf stream notification
Drunken Wolf Streamとは何ですか?
Drunken Wolf Streamはm.bednarska14によって開発されたChromeの拡張機能で、その主な機能は「Drunken Wolf stream notification」です。
拡張機能のスクリーンショット
Drunken Wolf Stream拡張機能のCRXファイルをダウンロード
Drunken Wolf Stream拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |