Wakz Live
Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.
Wakz Liveとは何ですか?
Wakz Liveはhttps://kocal.frによって開発されたChromeの拡張機能で、その主な機能は「Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.」です。
拡張機能のスクリーンショット
Wakz Live拡張機能のCRXファイルをダウンロード
Wakz Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wakz Live
========
Notifie l'utilisateur si le streamer Wakz est actuellement en train de stream sur la plateforme Twitch. 拡張機能の基本情報
| 名前 | |
| ID | eddfagiabebfecdcdhhaeadamnbahlda |
| 公式URL | https://chromewebstore.google.com/detail/wakz-live/eddfagiabebfecdcdhhaeadamnbahlda |
| 説明 | Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch. |
| ファイルサイズ | 22.4 KB |
| インストール数 | 100 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2018-05-10 |
| 公開日 | 2018-05-10 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://kocal.fr |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Kocal/Wakz-Live |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wakz Live",
"description": "Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.",
"version": "0.1.0",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"notifications",
"https:\/\/api.twitch.tv\/"
],
"browser_action": {
"default_title": "Wakz Live",
"default_icon": {
"48": "icons\/icon_48.png"
}
},
"background": {
"scripts": [
"background.js"
]
}
} | |