Flippr Flash Enabler
Allows Flippr to automatically run Flash Player
ما هو Flippr Flash Enabler؟
Flippr Flash Enabler هو إضافة Chrome تم تطويرها بواسطة http://flippr.network، والميزة الرئيسية لها هي "Allows Flippr to automatically run Flash Player".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flippr Flash Enabler
قم بتنزيل ملفات الامتداد Flippr Flash Enabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5.
معلومات أساسية عن التمديد
الاسم | |
ID | ffanchcjbhcfdbinfikgiifjhamojmdc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc |
الوصف | Allows Flippr to automatically run Flash Player |
حجم الملف | 24.07 KB |
عدد التثبيتات | 1,876 |
النسخة الحالية | 0.4.1 |
آخر تحديث | 2020-07-04 |
تاريخ النشر | 2020-07-04 |
تقييم | 4.20/5 مجموع تقييمات 10 |
المطور | http://flippr.network |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://flippr.network |
عنوان صفحة المساعدة | https://discord.gg/Dtnrgea |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flippr Flash Enabler", "version": "0.4.1", "description": "Allows Flippr to automatically run Flash Player", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "32": "32.png" } }, "icons": { "32": "32.png", "48": "48.png", "128": "128.png", "192": "192.png" }, "short_name": "FFE", "manifest_version": 2 } |