Flippr Flash Enabler

Allows Flippr to automatically run Flash Player

Flippr Flash Enablerคืออะไร?

Flippr Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://flippr.network และคุณลักษณะหลักของมันคือ "Allows Flippr to automatically run Flash Player"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Flippr Flash Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flippr Flash Enabler Flippr Flash Enabler
ID ffanchcjbhcfdbinfikgiifjhamojmdc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc
คำอธิบาย Allows Flippr to automatically run Flash Player
ขนาดไฟล์ 24.07 KB
จำนวนการติดตั้ง 1,876
เวอร์ชันปัจจุบัน 0.4.1
อัปเดตครั้งล่าสุด 2020-07-04
วันที่เผยแพร่ 2020-07-04
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://flippr.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://flippr.network
URL หน้าช่วยเหลือ https://discord.gg/Dtnrgea
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flippr Flash Enabler",
    "version": "0.4.1",
    "description": "Allows Flippr to automatically run Flash Player",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "32": "32.png"
        }
    },
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "192": "192.png"
    },
    "short_name": "FFE",
    "manifest_version": 2
}