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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
        ]
    }
}