VSADS FlashMax
Detects flash content so you can make classic games full screen!
VSADS FlashMaxคืออะไร?
VSADS FlashMax เป็นส่วนขยายของ Chrome ที่พัฒนาโดย forever.scg และคุณลักษณะหลักของมันคือ "Detects flash content so you can make classic games full screen!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VSADS FlashMax
ดาวน์โหลดไฟล์ส่วนขยาย VSADS FlashMax ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For: Classic Flash videos or Adobe Shockwave Flash games and applications. FlashMax lets you maximize flash elements in webpages. You can watch classic flash videos in fullscreen if the video never supported fullscreen. Adobe Flash games from older sites can play like new again! 1. FlashMax detects flash items on a web page. 2. We ask you if you want it full-screen. 3. It stays full-screen until you refresh the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VSADS FlashMax |
ID | bjkidkjjkeibnplcokdokkaoclepgnfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vsads-flashmax/bjkidkjjkeibnplcokdokkaoclepgnfl |
คำอธิบาย | Detects flash content so you can make classic games full screen! |
ขนาดไฟล์ | 51.4 KB |
จำนวนการติดตั้ง | 551 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | forever.scg |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VSADS FlashMax", "version": "1.3", "description": "Detects flash content so you can make classic games full screen!", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "128": "images\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/", "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |