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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |