Unblock Selection and Right click

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

Co je Unblock Selection and Right click?

Unblock Selection and Right click je rozšíření Chrome vyvinuté https://roei.stream, a jeho hlavní funkcí je „Always allow selection of text and context menu (right click of mouse) on sites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unblock Selection and Right click

Stáhněte si soubory rozšíření Unblock Selection and Right click ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
Oficiální URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Popis Always allow selection of text and context menu (right click of mouse) on sites.
Velikost souboru 150 KB
Počet instalací 902
Aktuální Verze 1.1
Poslední Aktualizace 2019-10-20
Datum Vydání 2019-10-20
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://roei.stream
Typ Platby free
Webové stránky Rozšíření https://roei.stream
URL Stránky Nápovědy https://roei.stream/support/
Podporované Jazyky 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"
    ]
}