Flash Player +
Flash Player + play & save favourite flashes to view them later.
Flash Player +คืออะไร?
Flash Player + เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Flash Player + และคุณลักษณะหลักของมันคือ "Flash Player + play & save favourite flashes to view them later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash Player +
ดาวน์โหลดไฟล์ส่วนขยาย Flash Player + ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open the webpage where the flash content is and simply press the play button on the flash content and this will run the flash on the webpage also it can be saved to a flash playlist for it to be played later without downloading. Add new flash file: - Navigate to the webpage with some flash files - Click to icon of extension Flash Player + - Select on top menu "Add flash from actual page" - Click to blue icon "add" - If you want can change flash name Play saves flashes: - Click to icon of Flash Player + - Select on top menu "My Flash Playlist" - Click to blue icon "play" or name of flash (flash opens in Fullscreen mode) - If you want you can remove flash (red icon) Thank you and we hope you enjoy this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fnipglnbhfacfmefbgiiodalehbcgcbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flash-player-+/fnipglnbhfacfmefbgiiodalehbcgcbm |
คำอธิบาย | Flash Player + play & save favourite flashes to view them later. |
ขนาดไฟล์ | 107 KB |
จำนวนการติดตั้ง | 320,032 |
เวอร์ชันปัจจุบัน | 2.4 |
อัปเดตครั้งล่าสุด | 2022-03-07 |
วันที่เผยแพร่ | 2020-06-20 |
คะแนน | 3.05/5 รวมทั้งหมด 174 คะแนน |
ผู้พัฒนา | Flash Player + |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4", "name": "Flash Player +", "description": "Flash Player + play & save favourite flashes to view them later.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "content_scripts": [ { "run_at": "document_start", "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/getxmlcprt.com" ] } |