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 |
| 官方網址 | 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"
]
} | |