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 |
电子邮箱 | [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" ] } |