Enable Right Click

Enables right clicking on pages that have it disabled.

Vad är Enable Right Click?

Enable Right Click är en Chrome-tillägg utvecklad av https://mattw.life, och dess huvudfunktion är "Enables right clicking on pages that have it disabled.".

Tilläggsskärmbilder

screenshot

Ladda ner Enable Right Click-förlängningens CRX-fil

Ladda ner Enable 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

                        Prevents websites from disabling the default right click context menu.                    

Grundläggande Information om Tillägg

Namn Enable Right Click Enable Right Click
ID dcjhdaiolbgldmmfggnlbmjcifkmhohi
Officiell webbadress https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi
Beskrivning Enables right clicking on pages that have it disabled.
Filstorlek 12.92 KB
Antal Installationer 10,000
Aktuell Version 1.2.1
Senast Uppdaterad 2022-05-25
Publiceringsdatum 2018-01-24
Betyg 4.21/5 Totalt 110 Betyg
Utvecklare https://mattw.life
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://mattw.life
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Right Click",
    "version": "1.2.1",
    "description": "Enables right clicking on pages that have it disabled.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}