Single click Flash games access
Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.
ما هو Single click Flash games access؟
Single click Flash games access هو إضافة Chrome تم تطويرها بواسطة Smart Project GMBH، والميزة الرئيسية لها هي "Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Single click Flash games access
قم بتنزيل ملفات الامتداد Single click Flash games access بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Forget about annoying Flash pop-ups. Just install this extension and you will never need to “Allow Flash” in your browser anymore. Extension configures Flash in your browser to allow running games without any hassle. Install once and forget about Flash issues!
معلومات أساسية عن التمديد
الاسم | Single click Flash games access |
ID | cngjoacjdpnadhhjpdppcdjboiclnclc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/single-click-flash-games/cngjoacjdpnadhhjpdppcdjboiclnclc |
الوصف | Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore. |
حجم الملف | 26.51 KB |
عدد التثبيتات | 91,892 |
النسخة الحالية | 1.6.1 |
آخر تحديث | 2019-08-01 |
تاريخ النشر | 2019-07-31 |
تقييم | 2.76/5 مجموع تقييمات 104 |
المطور | Smart Project GMBH |
نوع الدفع | free |
اللغات المدعومة | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "bgSync.js" ] }, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "page_action": { "default_icon": "128.png" }, "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "manifest_version": 2, "permissions": [ "contentSettings", "tabs" ], "version": "1.6.1" } |