CPRewritten Flash Enabler
Allows CPRewritten to automatically run Flash Player
CPRewritten Flash Enablerคืออะไร?
CPRewritten Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://play.cprewritten.net และคุณลักษณะหลักของมันคือ "Allows CPRewritten to automatically run Flash Player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CPRewritten Flash Enabler
ดาวน์โหลดไฟล์ส่วนขยาย CPRewritten Flash Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allow Club Penguin Rewritten to enable Flash by default in Chrome. Easily improve your Club Penguin Rewritten experience with this easy-to-install extension! You play the game, our enabler will do the work for you. No more having to manually enable the option yourselves! Your privacy is important to us, we will use your permissions only to support Flash and nothing else.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dkgjegocmcicmloagcapoglndjkhpdmm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cprewritten-flash-enabler/dkgjegocmcicmloagcapoglndjkhpdmm |
คำอธิบาย | Allows CPRewritten to automatically run Flash Player |
ขนาดไฟล์ | 27.58 KB |
จำนวนการติดตั้ง | 210,769 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2019-06-12 |
วันที่เผยแพร่ | 2019-06-12 |
คะแนน | 4.27/5 รวมทั้งหมด 89 คะแนน |
ผู้พัฒนา | https://play.cprewritten.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://play.cprewritten.net |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CPRewritten Flash Enabler", "version": "0.2", "description": "Allows CPRewritten 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 } |