Gotaga
Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Gotagaとは何ですか?
GotagaはGotagaによって開発されたChromeの拡張機能で、その主な機能は「Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.」です。
拡張機能のスクリーンショット
Gotaga拡張機能のCRXファイルをダウンロード
Gotaga拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grace à l'extension Gotaga.tv restez informé sur le French Monster ! - Vous serez notifié lorsqu'une vidéo sort - Vous serez notifié lorsque un live est lancé
拡張機能の基本情報
名前 | |
ID | gjjjcjnolghgphclpckdnofhgjdanklj |
公式URL | https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj |
説明 | Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort. |
ファイルサイズ | 3 MB |
インストール数 | 1,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-06-10 |
公開日 | 2021-05-30 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Gotaga |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://gotaga.tv |
プライバシーポリシーページのURL | https://gotaga.tv/politique-de-confidentialite |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gotaga", "short_name": "Gotaga", "version": "1.0.1", "description": "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vid\u00e9o sort.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "background": { "persistent": true, "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "default_title": "Gotaga - Hors Ligne", "default_popup": "index.html" }, "permissions": [ "background", "https:\/\/gotaga.tv\/api*", "notifications" ] } |