Samuse Live
Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !
什麼是Samuse Live?
Samuse Live是由Kyeanu開發的Chrome擴展程式,該擴展的主要功能是“Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !”。
擴展截圖
下載Samuse Live擴展crx文件
下載Samuse Live擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | moincjcjbodmadfmenljmoeffcpenenj |
官方網址 | https://chromewebstore.google.com/detail/samuse-live/moincjcjbodmadfmenljmoeffcpenenj |
簡介 | Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement ! |
檔案大小 | 3.36 MB |
安裝次數 | 30 |
目前版本 | 3 |
更新時間 | 2021-07-26 |
上架時間 | 2020-04-30 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Kyeanu |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://netick.io/privacy.html |
說明頁面URL | https://netick.io/privacy.html |
隱私政策頁面URL | https://netick.io/privacy.html |
支援的語言 | 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" ] } |