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