CPRemastered Flash Enabler
Allows CPRMastered to automatically run Flash Player
CPRemastered Flash Enablerคืออะไร?
CPRemastered Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cpremastered.com และคุณลักษณะหลักของมันคือ "Allows CPRMastered to automatically run Flash Player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CPRemastered Flash Enabler
ดาวน์โหลดไฟล์ส่วนขยาย CPRemastered Flash Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This auto enables flash for CPRemastered.com This will be deprecated in the future when we switch to HTML5.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbjhiamjcdkhjjahklhjjddigcbalkll |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cpremastered-flash-enable/nbjhiamjcdkhjjahklhjjddigcbalkll |
คำอธิบาย | Allows CPRMastered to automatically run Flash Player |
ขนาดไฟล์ | 16.26 KB |
จำนวนการติดตั้ง | 623 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2020-04-02 |
วันที่เผยแพร่ | 2020-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://cpremastered.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPRemastered Flash Enabler", "version": "0.4", "description": "Allows CPRMastered to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "toolbar_icon32.png" } }, "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |