Rogue Labs Flash

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

What is Rogue Labs Flash?

Rogue Labs Flash is a Chrome extension developed by randydrew6, and its main feature is "This extension will enable Flash for Bots by Rogue-Labs.net".

Extension Screenshots

screenshot

Download Rogue Labs Flash Extension CRX File

Download Rogue Labs Flash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Rogue Labs Flash Rogue Labs Flash
ID bfdipdcjjdgdilpeahmogoadoohnfcha
Official URL https://chrome.google.com/webstore/detail/rogue-labs-flash/bfdipdcjjdgdilpeahmogoadoohnfcha
Description This extension will enable Flash for Bots by Rogue-Labs.net
File Size 4.67 KB
Installation Count 565
Current Version 1.5
Last Updated 2018-12-29
Publish Date 2018-12-29
Developer randydrew6
Payment Type free
Extension Website https://www.rogue-labs.net/
Supported Languages 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\/*"
        ]
    }
}