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
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
公式URL 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"
    }
}