Unblock Selection and Right click

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

Vad är Unblock Selection and Right click?

Unblock Selection and Right click är en Chrome-tillägg utvecklad av https://roei.stream, och dess huvudfunktion är "Always allow selection of text and context menu (right click of mouse) on sites.".

Tilläggsskärmbilder

screenshot

Ladda ner Unblock Selection and Right click-förlängningens CRX-fil

Ladda ner Unblock Selection and Right click-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
Officiell webbadress https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Beskrivning Always allow selection of text and context menu (right click of mouse) on sites.
Filstorlek 150 KB
Antal Installationer 902
Aktuell Version 1.1
Senast Uppdaterad 2019-10-20
Publiceringsdatum 2019-10-20
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://roei.stream
Betalningssätt free
Tilläggswebbplats https://roei.stream
Hjälpsida URL https://roei.stream/support/
Stödda Språk 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"
    ]
}