Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Vad är Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ är en Chrome-tillägg utvecklad av https://timleland.com, och dess huvudfunktion är "Enable Right Click when websites disable it.".

Tilläggsskärmbilder

screenshot

Ladda ner Enable Right Click for Google Chrome™-förlängningens CRX-fil

Ladda ner Enable Right Click for Google Chrome™-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

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

Grundläggande Information om Tillägg

Namn Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
Officiell webbadress https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Beskrivning Enable Right Click when websites disable it.
Filstorlek 25.46 KB
Antal Installationer 1,765
Aktuell Version 1.0.0
Senast Uppdaterad 2022-07-19
Publiceringsdatum 2022-07-13
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://timleland.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://timleland.com/
Hjälpsida URL https://timleland.com/contact/
URL till Sekretesspolicy Sidan https://t.ly/privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}