Giveaways Twitch
Comfortable giveaway system for Twitch.tv channels.
什么是Giveaways Twitch?
Giveaways Twitch是由michael.edwards1991开发的Chrome扩展程序,该扩展的主要功能是“Comfortable giveaway system for Twitch.tv channels.”。
扩展截图
下载Giveaways Twitch扩展crx文件
下载Giveaways Twitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
**AD FREE** Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.
扩展基本信息
名称 | Giveaways Twitch |
ID | hoaehblonfjfhjimblnicebllhkpanpi |
官方URL | https://chromewebstore.google.com/detail/giveaways-twitch/hoaehblonfjfhjimblnicebllhkpanpi |
简介 | Comfortable giveaway system for Twitch.tv channels. |
文件大小 | 82.22 KB |
安装次数 | 1,700 |
当前版本 | 2.10.10 |
更新时间 | 2017-05-24 |
上架时间 | 2017-05-23 |
评分 | 2.57/5 共14次评分 |
开发者 | michael.edwards1991 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/michaeledwards91/twitch-giveaways |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giveaways Twitch", "description": "Comfortable giveaway system for Twitch.tv channels.", "version": "2.10.10", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "*:\/\/*.twitch.tv\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "main.html", "content-analytics.js", ".chat-listener.js" ] } |