Rogue Labs Flash

This extension will enable Flash for Bots by Rogue-Labs.net

Rogue Labs Flashとは何ですか?

Rogue Labs Flashはrandydrew6によって開発されたChromeの拡張機能で、その主な機能は「This extension will enable Flash for Bots by Rogue-Labs.net」です。

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

screenshot

Rogue Labs Flash拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enable Flash for Swagbucks brought to you by Rogue-Labs.net                    

拡張機能の基本情報

名前 Rogue Labs Flash Rogue Labs Flash
ID bfdipdcjjdgdilpeahmogoadoohnfcha
公式URL https://chrome.google.com/webstore/detail/rogue-labs-flash/bfdipdcjjdgdilpeahmogoadoohnfcha
説明 This extension will enable Flash for Bots by Rogue-Labs.net
ファイルサイズ 4.67 KB
インストール数 565
現在のバージョン 1.5
最終更新日 2018-12-29
公開日 2018-12-29
開発者 randydrew6
支払い方法 free
拡張機能のウェブサイト https://www.rogue-labs.net/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rogue Labs Flash",
    "version": "1.5",
    "description": "This extension will enable Flash for Bots by Rogue-Labs.net",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "chrome_icon_blue_white.png"
    },
    "permissions": [
        "contentSettings",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.swagbucks.com\/*",
            "*:\/\/*.tvglee.com\/*",
            "*:\/\/*.matchedcars.tv\/*",
            "*:\/\/*.miimd.tv\/*",
            "*:\/\/*.tvminutes.tv\/*"
        ]
    }
}