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.
扩展基本信息
名称 | Twitch Live Sratuke |
ID | gdhbppdfpgjgbepdbgiaehnobliaakhd |
官方URL | 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'" } |