Unblock Selection and Right click

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

Co to jest Unblock Selection and Right click?

Unblock Selection and Right click to rozszerzenie Chrome opracowane przez https://roei.stream, a jego główną funkcją jest „Always allow selection of text and context menu (right click of mouse) on sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Unblock Selection and Right click

Pobierz pliki rozszerzeń Unblock Selection and Right click w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
Oficjalny URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Opis Always allow selection of text and context menu (right click of mouse) on sites.
Rozmiar pliku 150 KB
Liczba instalacji 902
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-10-20
Data Publikacji 2019-10-20
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://roei.stream
Typ Płatności free
Strona Rozszerzenia https://roei.stream
Adres URL Strony Pomocy https://roei.stream/support/
Obsługiwane Języki 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"
    ]
}