Unblock Selection and Right click

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

Unblock Selection and Right click là gì?

Unblock Selection and Right click là một tiện ích mở rộng Chrome được phát triển bởi https://roei.stream, và tính năng chính của nó là "Always allow selection of text and context menu (right click of mouse) on sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unblock Selection and Right click

Tải xuống các tệp mở rộng Unblock Selection and Right click dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
URL Chính Thức https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Mô tả Always allow selection of text and context menu (right click of mouse) on sites.
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 902
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-20
Ngày Phát Hành 2019-10-20
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://roei.stream
Loại Thanh Toán free
Trang Web Mở Rộng https://roei.stream
URL Trang Trợ Giúp https://roei.stream/support/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}