Enable Right Click
Enables right clicking on pages that have it disabled.
Co to jest Enable Right Click?
Enable Right Click to rozszerzenie Chrome opracowane przez https://mattw.life, a jego główną funkcją jest „Enables right clicking on pages that have it disabled.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Enable Right Click
Pobierz pliki rozszerzeń Enable 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
Prevents websites from disabling the default right click context menu.
Podstawowe informacje o rozszerzeniu
Nazwa | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
Oficjalny URL | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
Opis | Enables right clicking on pages that have it disabled. |
Rozmiar pliku | 12.92 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2022-05-25 |
Data Publikacji | 2018-01-24 |
Ocena | 4.21/5 Łącznie 110 Oceny |
Deweloper | https://mattw.life |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://mattw.life |
Obsługiwane Języki | 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" } } |