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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |