Unblock Selection and Right click

Always allow selection of text and context menu (right click of mouse) on sites.

ما هو Unblock Selection and Right click؟

Unblock Selection and Right click هو إضافة Chrome تم تطويرها بواسطة https://roei.stream، والميزة الرئيسية لها هي "Always allow selection of text and context menu (right click of mouse) on sites.".

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

screenshot

تحميل ملف CRX للإضافة Unblock Selection and Right click

قم بتنزيل ملفات الامتداد Unblock Selection and Right click بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Unblock sites that tries to prevent you from selecting text or using the context menu (right click of the mouse) with this simple yet powerful extension.
This extension has only few lines of code.
This extension does not read your site's content has any permissions.
Feel free to contact me if you find sites that are not supported by this add on.                    

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

الاسم Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
الوصف Always allow selection of text and context menu (right click of mouse) on sites.
حجم الملف 150 KB
عدد التثبيتات 902
النسخة الحالية 1.1
آخر تحديث 2019-10-20
تاريخ النشر 2019-10-20
تقييم 3.00/5 مجموع تقييمات 2
المطور https://roei.stream
نوع الدفع free
موقع الإضافة https://roei.stream
عنوان صفحة المساعدة https://roei.stream/support/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unblock Selection and Right click",
    "short_name": "Unblock Selection",
    "description": "Always allow selection of text and context menu (right click of mouse) on sites.",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "unblock.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}