Gotaga
Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
What is Gotaga?
Gotaga is a Chrome extension developed by Gotaga, and its main feature is "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".
Extension Screenshots
Download Gotaga Extension CRX File
Download Gotaga extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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é
Extension Basic Information
Name | |
ID | gjjjcjnolghgphclpckdnofhgjdanklj |
Official URL | https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj |
Description | Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort. |
File Size | 3 MB |
Installation Count | 1,000 |
Current Version | 1.0.1 |
Last Updated | 2021-06-10 |
Publish Date | 2021-05-30 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Gotaga |
[email protected] | |
Payment Type | in_app |
Extension Website | https://gotaga.tv |
Privacy Policy Page URL | https://gotaga.tv/politique-de-confidentialite |
Supported Languages | 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" ] } |