Shytoos Live
Notifie lorsque Shytoos est en live.
什麼是Shytoos Live?
Shytoos Live是由https://shytoos.fr開發的Chrome擴展程式,該擴展的主要功能是“Notifie lorsque Shytoos est en live.”。
擴展截圖
下載Shytoos Live擴展crx文件
下載Shytoos Live擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reste attentif à mon activité en ligne grâce à mon extension !
Cette extension ajoute mon logo en haut à droite de ton navigateur qui devient coloré lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification sonore.
Tu recevras aussi une notification à chaque fois que je sors une nouvelle vidéo sur ma chaîne YouTube !
Et bien sûr, l'extension est entièrement paramétrable, tu peux choisir quelles notifications t'intéressent et changer le volume du son qui les accompagne. 擴展基本資訊
| 名稱 | |
| ID | opniabjgfodkngjemcenmihnolmaahnf |
| 官方網址 | https://chromewebstore.google.com/detail/shytoos-live/opniabjgfodkngjemcenmihnolmaahnf |
| 簡介 | Notifie lorsque Shytoos est en live. |
| 檔案大小 | 434 KB |
| 安裝次數 | 43 |
| 目前版本 | 6.0.6 |
| 更新時間 | 2020-05-27 |
| 上架時間 | 2020-05-26 |
| 開發者 | https://shytoos.fr |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://shytoos.fr/extension |
| 支援的語言 | fr |
| manifest.json | |
{
"manifest_version": 2,
"author": "Shytoos",
"name": "Shytoos Live",
"short_name": "Shytoos Live",
"description": "Notifie lorsque Shytoos est en live.",
"homepage_url": "https:\/\/shytoos.fr",
"version": "6.0.6",
"background": {
"persistent": true,
"scripts": [
"js\/libs\/jquery.js",
"js\/libs\/jquery.browser.min.js",
"js\/background.js"
]
},
"browser_action": {
"default_title": "Shytoos - Hors-Ligne",
"default_icon": "images\/icon_off.png",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/128.png",
"64": "images\/64.png",
"32": "images\/32.png"
},
"permissions": [
"background",
"notifications",
"storage",
"https:\/\/api.shytoos.fr\/*",
"https:\/\/i.ytimg.com\/*"
],
"options_ui": {
"page": "popup.html?options"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |