Enable Right Click
Enables right clicking on pages that have it disabled.
Hvad er Enable Right Click?
Enable Right Click er en Chrome-udvidelse udviklet af https://mattw.life, og dens hovedfunktion er "Enables right clicking on pages that have it disabled.".
Udvidelsesskærmbilleder
Download Enable Right Click-udvidelses-CRX-fil
Download Enable Right Click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Prevents websites from disabling the default right click context menu.
Grundlæggende oplysninger om udvidelsen
Navn | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
Officiel URL | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
Beskrivelse | Enables right clicking on pages that have it disabled. |
Filstørrelse | 12.92 KB |
Antal Installationer | 10,000 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2022-05-25 |
Udgivelsesdato | 2018-01-24 |
Bedømmelse | 4.21/5 Samlet 110 Bedømmelser |
Udvikler | https://mattw.life |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://mattw.life |
Understøttede Sprog | 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" } } |