Rogue Labs Flash

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

Rogue Labs Flashคืออะไร?

Rogue Labs Flash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย randydrew6 และคุณลักษณะหลักของมันคือ "This extension will enable Flash for Bots by Rogue-Labs.net"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rogue Labs Flash

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}