Unblock Selection and Right click

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

Hvad er Unblock Selection and Right click?

Unblock Selection and Right click er en Chrome-udvidelse udviklet af https://roei.stream, og dens hovedfunktion er "Always allow selection of text and context menu (right click of mouse) on sites.".

Udvidelsesskærmbilleder

screenshot

Download Unblock Selection and Right click-udvidelses-CRX-fil

Download Unblock Selection and Right click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
Officiel URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Beskrivelse Always allow selection of text and context menu (right click of mouse) on sites.
Filstørrelse 150 KB
Antal Installationer 902
Nuværende Version 1.1
Senest Opdateret 2019-10-20
Udgivelsesdato 2019-10-20
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://roei.stream
Betalingsmetode free
Udvidelseswebsted https://roei.stream
Hjælpeside-URL https://roei.stream/support/
Understøttede Sprog 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"
    ]
}