Twitch Live Sratuke
Vous notifie lorsque Sratuke est en live
什麼是Twitch Live Sratuke?
Twitch Live Sratuke是由Jyben開發的Chrome擴展程式,該擴展的主要功能是“Vous notifie lorsque Sratuke est en live”。
擴展截圖
下載Twitch Live Sratuke擴展crx文件
下載Twitch Live Sratuke擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Vous notifie lorsque Sratuke est en live. 擴展基本資訊
| 名稱 | |
| ID | gdhbppdfpgjgbepdbgiaehnobliaakhd |
| 官方網址 | https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd |
| 簡介 | Vous notifie lorsque Sratuke est en live |
| 檔案大小 | 169 KB |
| 安裝次數 | 29 |
| 目前版本 | 2.0.4 |
| 更新時間 | 2020-05-01 |
| 上架時間 | 2020-05-01 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Jyben |
| 付費類型 | free |
| 支援的語言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Live Sratuke",
"description": "Vous notifie lorsque Sratuke est en live",
"version": "2.0.4",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"64": "img\/64.png",
"128": "img\/128.png"
},
"background": {
"scripts": [
"js\/twitchalert.js",
"js\/background.js"
]
},
"permissions": [
"notifications",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'"
} | |