Simple Twitch Giveaways

Simple Twitch Extension for Giveaways

什麼是Simple Twitch Giveaways?

Simple Twitch Giveaways是由Greg開發的Chrome擴展程式,該擴展的主要功能是“Simple Twitch Extension for Giveaways”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Simple Twitch Giveaways擴展crx文件

下載Simple Twitch Giveaways擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple application to do giveaway on Twitch.

Possibility to choose an answer between multiples keywords.

Live stats displayed.

Announces in chat.

Any suggestions or / and feedback are more than welcome !                    

擴展基本資訊

名稱 Simple Twitch Giveaways Simple Twitch Giveaways
ID aacnakggjhpkobmgcbngbljobfaejaoi
官方網址 https://chromewebstore.google.com/detail/simple-twitch-giveaways/aacnakggjhpkobmgcbngbljobfaejaoi
簡介 Simple Twitch Extension for Giveaways
檔案大小 1.36 MB
安裝次數 5,935
目前版本 2.1.0
更新時間 2018-06-27
上架時間 2018-06-27
評分 3.70/5 共 10 次評分
開發者 Greg
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Twitch Giveaways",
    "version": "2.1.0",
    "description": "Simple Twitch Extension for Giveaways",
    "manifest_version": 2,
    "short_name": "STG",
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "main.html"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}