Unblock Selection and Right click

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

Qu'est-ce que Unblock Selection and Right click ?

Unblock Selection and Right click est une extension Chrome développée par https://roei.stream, et sa fonction principale est "Always allow selection of text and context menu (right click of mouse) on sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unblock Selection and Right click

Téléchargez les fichiers d'extension Unblock Selection and Right click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
URL Officiel 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.
Taille du Fichier 150 KB
Nombre d'Installations 902
Version Actuelle 1.1
Dernière Mise à Jour 2019-10-20
Date de Publication 2019-10-20
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://roei.stream
Type de Paiement free
Site Web de l'Extension https://roei.stream
URL de la Page d'Aide https://roei.stream/support/
Langues Prises en Charge 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"
    ]
}