Unblock Selection and Right click

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

Cos'è Unblock Selection and Right click?

Unblock Selection and Right click è un'estensione di Chrome sviluppata da https://roei.stream, e la sua funzione principale è "Always allow selection of text and context menu (right click of mouse) on sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unblock Selection and Right click

Scarica i file di estensione Unblock Selection and Right click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
URL Ufficiale https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Descrizione Always allow selection of text and context menu (right click of mouse) on sites.
Dimensione del File 150 KB
Conteggio Installazioni 902
Versione Corrente 1.1
Ultimo Aggiornamento 2019-10-20
Data di Pubblicazione 2019-10-20
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://roei.stream
Tipo di Pagamento free
Sito Web dell'Estensione https://roei.stream
URL della Pagina di Aiuto https://roei.stream/support/
Lingue Supportate 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"
    ]
}