GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
ما هو GamePoint Flash Enabler؟
GamePoint Flash Enabler هو إضافة Chrome تم تطويرها بواسطة http://www.gamepoint.com، والميزة الرئيسية لها هي "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GamePoint Flash Enabler
قم بتنزيل ملفات الامتداد GamePoint Flash Enabler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables flash for the GamePoint games so you don't have to.
معلومات أساسية عن التمديد
الاسم | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
الوصف | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
حجم الملف | 701 KB |
عدد التثبيتات | 50,000 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-05-29 |
تاريخ النشر | 2020-05-28 |
تقييم | 2.95/5 مجموع تقييمات 41 |
المطور | http://www.gamepoint.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.gamepoint.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GamePoint Flash Enabler", "short_name": "GamePoint Flash Enabler", "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.", "version": "1.3", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_title": "GamePoint Flash Enabler" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "incognito": "split", "background": { "scripts": [ "js\/flashenabler.js" ], "persistent": false } } |