Unblock Selection and Right click

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

Wat is Unblock Selection and Right click?

Unblock Selection and Right click is een Chrome-extensie ontwikkeld door https://roei.stream, en de belangrijkste functie is "Always allow selection of text and context menu (right click of mouse) on sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unblock Selection and Right click

Download Unblock Selection and Right click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
Officiële URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Beschrijving Always allow selection of text and context menu (right click of mouse) on sites.
Bestandsgrootte 150 KB
Aantal Installaties 902
Huidige Versie 1.1
Laatst Bijgewerkt 2019-10-20
Publicatiedatum 2019-10-20
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://roei.stream
Betalingswijze free
Extensiewebsite https://roei.stream
Help Pagina-URL https://roei.stream/support/
Ondersteunde Talen 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"
    ]
}