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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://go.frosty.gg/help |
عنوان صفحة سياسة الخصوصية | 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 } |