Enable Right Click
It's my context menu and I want it now!
ما هو Enable Right Click؟
Enable Right Click هو إضافة Chrome تم تطويرها بواسطة Christopher Woodall، والميزة الرئيسية لها هي "It's my context menu and I want it now!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Enable Right Click
قم بتنزيل ملفات الامتداد Enable Right Click بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback! معلومات أساسية عن التمديد
| الاسم | |
| ID | nemnpbkkffglpnjncoglabfglkidbbek |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek |
| الوصف | It's my context menu and I want it now! |
| حجم الملف | 9.83 KB |
| عدد التثبيتات | 3,787 |
| النسخة الحالية | 3.5 |
| آخر تحديث | 2015-02-02 |
| تاريخ النشر | 2015-02-02 |
| تقييم | 3.14/5 مجموع تقييمات 14 |
| المطور | Christopher Woodall |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Enable Right Click",
"description": "It's my context menu and I want it now!",
"version": "3.5",
"icons": {
"16": "app\/assets\/img\/logo16.png",
"48": "app\/assets\/img\/logo48.png",
"128": "app\/assets\/img\/logo128.png"
},
"content_scripts": [
{
"js": [
"app\/ContentScript.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |