Frosty Flash Enabler
Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.
Frosty Flash Enablerคืออะไร?
Frosty Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://frosty.gg และคุณลักษณะหลักของมันคือ "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Frosty Flash Enabler
ดาวน์โหลดไฟล์ส่วนขยาย Frosty Flash Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for use with Frosty, a virtual penguin world, available at frosty.gg (play.frosty.gg). This automatically enables Flash Player so that you don't have to do it manually every time you restart your browser and want to play Frosty.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | onbdbjlcdjfnemfhaenmkjdecjfeefnc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/frosty-flash-enabler/onbdbjlcdjfnemfhaenmkjdecjfeefnc |
คำอธิบาย | Enables the Flash Player plugin automatically on Frosty, a virtual penguin world. |
ขนาดไฟล์ | 78.58 KB |
จำนวนการติดตั้ง | 444 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-12 |
วันที่เผยแพร่ | 2020-07-12 |
ผู้พัฒนา | http://frosty.gg |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://frosty.gg |
URL หน้าช่วยเหลือ | https://go.frosty.gg/help |
URL หน้านโยบายความเป็นส่วนตัว | https://go.frosty.gg/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frosty Flash Enabler", "version": "1.0", "description": "Enables the Flash Player plugin automatically on Frosty, a virtual penguin world.", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png", "180": "180.png", "192": "192.png", "512": "512.png" }, "browser_action": { "default_icon": { "32": "32.png" } }, "permissions": [ "contentSettings" ], "manifest_version": 2 } |