Full Screen Flash
If it detects a flash application, displays a button for full screen display
ما هو Full Screen Flash؟
Full Screen Flash هو إضافة Chrome تم تطويرها بواسطة http://fullscreen-flash.net، والميزة الرئيسية لها هي "If it detects a flash application, displays a button for full screen display".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Full Screen Flash
قم بتنزيل ملفات الامتداد Full Screen Flash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FULL SCREEN FLASH If it detects a flash application, displays a button for full screen display. It gives you the option to make it full screen.
معلومات أساسية عن التمديد
الاسم | |
ID | bhdldlonfinlckniaobgoadifkdldhhf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf |
الوصف | If it detects a flash application, displays a button for full screen display |
حجم الملف | 98.4 KB |
عدد التثبيتات | 5,297 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-06-10 |
تاريخ النشر | 2016-06-10 |
تقييم | 3.40/5 مجموع تقييمات 97 |
المطور | http://fullscreen-flash.net |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://chromereload.net/siteprivacy.html |
اللغات المدعومة | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon16.png", "default_title": "Full Screen Flash" }, "default_locale": "en", "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "icons\/enable.png" ] } |