Flah - flash enabler
Enables Flash automatically
Flah - flash enablerคืออะไร?
Flah - flash enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zer0 และคุณลักษณะหลักของมันคือ "Enables Flash automatically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flah - flash enabler
ดาวน์โหลดไฟล์ส่วนขยาย Flah - flash enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will automatically enable Flash Player on any website you want. You dont have to press 'Allow' every session anymore! Just add your favourite website to the list and "Flah" will enable Flash on its own.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flah - flash enabler |
ID | odoiohbbplgpbkfinacjpmcfpgfinljb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb |
คำอธิบาย | Enables Flash automatically |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 4,456 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-02-23 |
วันที่เผยแพร่ | 2020-02-23 |
คะแนน | 3.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | zer0 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "storage", "tabs", "contentSettings" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |