Allow Right Click
Allow the right-click menu for all elements with a restriction!
Allow Right Click란 무엇입니까?
Allow Right Click은(는) Keller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow the right-click menu for all elements with a restriction!"입니다.
확장 프로그램 스크린샷
Allow Right Click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allow Right Click extension enables you to unblock the right-click operation on websites that put restrictions on it. To work with this addon, please navigate to a website (with HTTP, HTTPS, or File protocol). Then, open the toolbar popup and press the toggle button on the left side to activate the addon. Now, you can right-click anywhere on the page (active tab). To de-activate the addon, please reload the page or press the toggle button again. Please note that pressing the toggle button to de-activate the addon reloads the page automatically. You can choose to work with this addon in comprehensive or basic modes. In comprehensive mode, more right-click blocking rules are covered. Please open the toolbar popup and mark/unmark the comprehensive mode option. When this option is unmarked, the basic mode will be activated automatically. Note: This addon works per tab only and activates on user-action by pressing the toggle button within the toolbar popup. Reloading the page de-activates the addon. If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/allow-right-click.html).
확장 프로그램 기본 정보
이름 | Allow Right Click |
ID | ollbidakloodchlpkkhmhbfhbncoicdm |
공식 URL | https://chromewebstore.google.com/detail/allow-right-click/ollbidakloodchlpkkhmhbfhbncoicdm |
설명 | Allow the right-click menu for all elements with a restriction! |
파일 크기 | 44.9 KB |
설치 횟수 | 5,045 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2024-01-23 |
출시 날짜 | 2022-07-19 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | Keller |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/allow-right-click.html |
도움말 페이지 URL | https://mybrowseraddon.com/allow-right-click.html |
개인정보 보호 정책 페이지 URL | https://mybrowseraddon.com/privacy-policy/keller.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "manifest_version": 3, "offline_enabled": true, "name": "Allow Right Click", "homepage_url": "https:\/\/mybrowseraddon.com\/allow-right-click.html", "description": "Allow the right-click menu for all elements with a restriction!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_title": "Allow Right Click", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |