Twitch Giveaways Reloaded
A flexible and easy-to-use giveaway system for Twitch.tv channels.
什么是Twitch Giveaways Reloaded?
Twitch Giveaways Reloaded是由DynamicBoost开发的Chrome扩展程序,该扩展的主要功能是“A flexible and easy-to-use giveaway system for Twitch.tv channels.”。
扩展截图
下载Twitch Giveaways Reloaded扩展crx文件
下载Twitch Giveaways Reloaded扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.
扩展基本信息
名称 | Twitch Giveaways Reloaded |
ID | lbhgdbhopkhialmcnhdcpomjpekkekpf |
官方URL | https://chromewebstore.google.com/detail/twitch-giveaways-reloaded/lbhgdbhopkhialmcnhdcpomjpekkekpf |
简介 | A flexible and easy-to-use giveaway system for Twitch.tv channels. |
文件大小 | 110 KB |
安装次数 | 4,855 |
当前版本 | 1.3 |
更新时间 | 2021-08-23 |
上架时间 | 2020-06-01 |
评分 | 4.86/5 共7次评分 |
开发者 | DynamicBoost |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Giveaways Reloaded", "description": "A flexible and easy-to-use giveaway system for Twitch.tv channels.", "version": "1.3", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.twitch.tv\/*", "*:\/\/*.jtvnw.net\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "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" ] } |