Twitch Giveaways
An awesome giveaway tool for Twitch streamers.
什么是Twitch Giveaways?
Twitch Giveaways是由Enhar Ukalo开发的Chrome扩展程序,该扩展的主要功能是“An awesome giveaway tool for Twitch streamers.”。
扩展截图
下载Twitch Giveaways扩展crx文件
下载Twitch Giveaways扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's time to share your earnings! Click the trophy in your chat to access the extension. 扩展基本信息
| 名称 | |
| ID | bpjdhheiliihcghpalfflhfpfbmcekij |
| 官方URL | https://chromewebstore.google.com/detail/twitch-giveaways/bpjdhheiliihcghpalfflhfpfbmcekij |
| 简介 | An awesome giveaway tool for Twitch streamers. |
| 文件大小 | 162 KB |
| 安装次数 | 1,960 |
| 当前版本 | 2.83 |
| 更新时间 | 2021-02-07 |
| 上架时间 | 2020-10-11 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | Enhar Ukalo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/enharukalo/twitchcekilisleri |
| 支持的语言 | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"author": "Enhar Ukalo",
"developer": {
"name": "Enhar Ukalo",
"url": "https:\/\/github.com\/enharukalo"
},
"version": "2.83",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/*.twitch.tv\/*",
"https:\/\/twitch.tv\/*",
"*:\/\/*.jtvnw.net\/*",
"http:\/\/www.w3.org\/*"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';object-src 'self';",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
"main.html",
"send-message.js"
]
} | |