Hangout Flash Enabler

Automatically allows Flash player to run, rather than ask for permission each time.

Hangout Flash Enablerคืออะไร?

Hangout Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pennywise.hangout.ph และคุณลักษณะหลักของมันคือ "Automatically allows Flash player to run, rather than ask for permission each time."

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

screenshot
screenshot

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

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

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

                        This extension will allow you to automatically enable flash on hangout.
This will help you to get in the client easier.                    

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

ชื่อ Hangout Flash Enabler Hangout Flash Enabler
ID anbgkbldijjkcobgockaldnflcopphom
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom
คำอธิบาย Automatically allows Flash player to run, rather than ask for permission each time.
ขนาดไฟล์ 33.98 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-10-14
วันที่เผยแพร่ 2020-04-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา pennywise.hangout.ph
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hangout.ph
URL หน้าช่วยเหลือ https://hangout.ph
URL หน้านโยบายความเป็นส่วนตัว https://hangout.ph/help/10-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    },
    "description": "Automatically allows Flash player to run, rather than ask for permission each time.",
    "icons": {
        "128": "images\/icon-128x128.png",
        "144": "images\/icon-144x144.png",
        "152": "images\/icon-152x152.png",
        "192": "images\/icon-192x192.png",
        "384": "images\/icon-384x384.png",
        "512": "images\/icon-512x512.png",
        "72": "images\/icon-72x72.png",
        "96": "images\/icon-96x96.png"
    },
    "manifest_version": 2,
    "name": "Hangout Flash Enabler",
    "permissions": [
        "contentSettings"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}