Gius
Pour savoir quand Gius lance un stream !
Giusとは何ですか?
Giusはhttps://gius.tvによって開発されたChromeの拡張機能で、その主な機能は「Pour savoir quand Gius lance un stream !」です。
拡張機能のスクリーンショット
Gius拡張機能のCRXファイルをダウンロード
Gius拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dès que Gius sera en stream, sa casquette changera de couleur et une notification apparaîtra vous invitant sur son live. Cliquez sur la notification pour rejoindre la diffusion. 拡張機能の基本情報
| 名前 | |
| ID | medeenjedgnekdjnlbibcanpjoipoohe |
| 公式URL | https://chromewebstore.google.com/detail/gius/medeenjedgnekdjnlbibcanpjoipoohe |
| 説明 | Pour savoir quand Gius lance un stream ! |
| ファイルサイズ | 828 KB |
| インストール数 | 275 |
| 現在のバージョン | 2.0.1 |
| 最終更新日 | 2022-08-07 |
| 公開日 | 2019-09-28 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | https://gius.tv |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"version": "2.0.1",
"background": {
"scripts": [
"res\/js\/background.js"
]
},
"default_locale": "fr",
"icons": {
"16": "res\/img\/default_16.png",
"48": "res\/img\/default_48.png",
"128": "res\/img\/default_128.png",
"256": "res\/img\/default_256.png"
},
"permissions": [
"notifications",
"storage"
],
"optional_permissions": [
"background"
],
"options_ui": {
"page": "res\/html\/right_click_icon_settings.html",
"open_in_tab": false
},
"browser_action": {
"default_icon": "res\/img\/offline.png",
"default_popup": "res\/html\/popup.html"
}
} | |