Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

ما هو Enable Right Click for Google Chrome™؟

Enable Right Click for Google Chrome™ هو إضافة Chrome تم تطويرها بواسطة https://timleland.com، والميزة الرئيسية لها هي "Enable Right Click when websites disable it.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Enable Right Click for Google Chrome™

قم بتنزيل ملفات الامتداد Enable Right Click for Google Chrome™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

معلومات أساسية عن التمديد

الاسم Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
الوصف Enable Right Click when websites disable it.
حجم الملف 25.46 KB
عدد التثبيتات 1,765
النسخة الحالية 1.0.0
آخر تحديث 2022-07-19
تاريخ النشر 2022-07-13
تقييم 5.00/5 مجموع تقييمات 6
المطور https://timleland.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://timleland.com/
عنوان صفحة المساعدة https://timleland.com/contact/
عنوان صفحة سياسة الخصوصية https://t.ly/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}