Samuse Live
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !
What is Samuse Live?
Samuse Live is a Chrome extension developed by Kyeanu, and its main feature is "Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !".
Extension Screenshots
Download Samuse Live Extension CRX File
Download Samuse Live 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
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! ENG : with this extension, be informed when Samuse is Live and join directly! Fonctionnalités : - notifications des lives et rediffusions - accès rapide au live twitch et aux réseaux sociaux - icone d'extension indiquant le status (jaune = en live orange = rediffusion gris = hors ligne) - préviualisation du stream
Extension Basic Information
Name | |
ID | moincjcjbodmadfmenljmoeffcpenenj |
Official URL | https://chromewebstore.google.com/detail/samuse-live/moincjcjbodmadfmenljmoeffcpenenj |
Description | Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! |
File Size | 3.36 MB |
Installation Count | 30 |
Current Version | 3 |
Last Updated | 2021-07-26 |
Publish Date | 2020-04-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Kyeanu |
[email protected] | |
Payment Type | free |
Extension Website | https://netick.io/privacy.html |
Help Page URL | https://netick.io/privacy.html |
Privacy Policy Page URL | https://netick.io/privacy.html |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Samuse Live", "description": "Gr\u00e2ce \u00e0 cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !", "version": "3", "browser_action": { "default_popup": "index.html" }, "icons": { "64": "img\/icon_on2.png" }, "background": { "scripts": [ ".\/js\/jquery.js", ".\/js\/background.js" ], "persistent": true }, "options_page": "options.html", "permissions": [ "notifications" ] } |