Twitch Giveaways

An awesome giveaway tool for Twitch streamers.

Twitch Giveawaysとは何ですか?

Twitch GiveawaysはEnhar Ukaloによって開発されたChromeの拡張機能で、その主な機能は「An awesome giveaway tool for Twitch streamers.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Twitch Giveaways Twitch Giveaways
ID bpjdhheiliihcghpalfflhfpfbmcekij
公式URL 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
Eメール [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"
    ]
}