Enable Right Click
Enables right clicking on pages that have it disabled.
ما هو Enable Right Click؟
Enable Right Click هو إضافة Chrome تم تطويرها بواسطة https://mattw.life، والميزة الرئيسية لها هي "Enables right clicking on pages that have it disabled.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enable Right Click
قم بتنزيل ملفات الامتداد Enable Right Click بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Prevents websites from disabling the default right click context menu.
معلومات أساسية عن التمديد
الاسم | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
الوصف | Enables right clicking on pages that have it disabled. |
حجم الملف | 12.92 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2022-05-25 |
تاريخ النشر | 2018-01-24 |
تقييم | 4.21/5 مجموع تقييمات 110 |
المطور | https://mattw.life |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://mattw.life |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Right Click", "version": "1.2.1", "description": "Enables right clicking on pages that have it disabled.", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |