Flash Control
Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
ما هو Flash Control؟
Flash Control هو إضافة Chrome تم تطويرها بواسطة nachtnyg، والميزة الرئيسية لها هي "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flash Control
قم بتنزيل ملفات الامتداد Flash Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. It basically strips the page of other scripts like Javascript as well. All you need to do enter the webpage in the search box and hit enter. The resultant webpage will be devoid of all the flash content. Happy Flashless websurfing! Note: Add-on is just redirecting to this website: http://flashcontrol.chromecrxstore.com/ when you enter the desired website url in search box flash will be blocked.
معلومات أساسية عن التمديد
الاسم | |
ID | hlpkphgapkpdhdggbphdhhjhmkbcijoh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/flash-control/hlpkphgapkpdhdggbphdhhjhmkbcijoh |
الوصف | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
حجم الملف | 49.67 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 2.2 |
آخر تحديث | 2019-09-25 |
تاريخ النشر | 2019-09-25 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | nachtnyg |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash Control", "version": "2.2", "description": "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "http:\/\/flashcontrol.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Flash Control" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |