Twitch Giveaways Reloaded

A flexible and easy-to-use giveaway system for Twitch.tv channels.

Twitch Giveaways Reloadedとは何ですか?

Twitch Giveaways ReloadedはDynamicBoostによって開発されたChromeの拡張機能で、その主な機能は「A flexible and easy-to-use giveaway system for Twitch.tv channels.」です。

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

screenshot
screenshot
screenshot
screenshot

Twitch Giveaways Reloaded拡張機能のCRXファイルをダウンロード

Twitch Giveaways Reloaded拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension adds a giveaway system to all popped out or embedded twitch chats, including your dashboard.                    

拡張機能の基本情報

名前 Twitch Giveaways Reloaded Twitch Giveaways Reloaded
ID lbhgdbhopkhialmcnhdcpomjpekkekpf
公式URL https://chromewebstore.google.com/detail/twitch-giveaways-reloaded/lbhgdbhopkhialmcnhdcpomjpekkekpf
説明 A flexible and easy-to-use giveaway system for Twitch.tv channels.
ファイルサイズ 110 KB
インストール数 4,855
現在のバージョン 1.3
最終更新日 2021-08-23
公開日 2020-06-01
評価 4.86/5 合計 7 レビュー
開発者 DynamicBoost
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Giveaways Reloaded",
    "description": "A flexible and easy-to-use giveaway system for Twitch.tv channels.",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.jtvnw.net\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';",
    "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"
    ]
}