Unblock Selection and Right click

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

What is Unblock Selection and Right click?

Unblock Selection and Right click is a Chrome extension developed by https://roei.stream, and its main feature is "Always allow selection of text and context menu (right click of mouse) on sites.".

Extension Screenshots

screenshot

Download Unblock Selection and Right click Extension CRX File

Download Unblock Selection and Right click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
Official URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Description Always allow selection of text and context menu (right click of mouse) on sites.
File Size 150 KB
Installation Count 902
Current Version 1.1
Last Updated 2019-10-20
Publish Date 2019-10-20
Rating 3.00/5 Total 2 Ratings
Developer https://roei.stream
Payment Type free
Extension Website https://roei.stream
Help Page URL https://roei.stream/support/
Supported Languages 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"
    ]
}