Allow Right-Click
Re-enable the possibility to use the context menu on sites that overrides it.
Allow Right-Click란 무엇입니까?
Allow Right-Click은(는) CodeGenius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Re-enable the possibility to use the context menu on sites that overrides it."입니다.
확장 프로그램 스크린샷
Allow Right-Click 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Context Menu Enabler - Re-enable Right-Click on Overridden Sites Regain control of the context menu on restricted websites with the Context Menu Enabler extension for Google Chrome. Restore the power of right-click functionality effortlessly. Do you encounter frustrating situations where websites disable the right-click context menu, supposedly to protect their content? We believe this restriction is unwarranted. Unfortunately, Google Chrome lacks advanced options to manage JavaScript behavior on websites, unlike browsers such as Konqueror, Opera, or Firefox. If you share our stance, show your support by starring this extension. In the meantime, our Context Menu Enabler extension provides a clever workaround. By resetting the oncontextmenu property to its default behavior on various webpage elements, you can once again enjoy the full functionality of the context menu. Moreover, this extension seamlessly works with popular platforms like Flickr and YouTube, enabling right-click interactions on HTML5 videos. If you come across a site where the extension doesn't work, please report it in our bug tracker rather than in the comments section. Similarly, if the extension causes any issues on a website, kindly report it through the bug tracker. Your feedback plays a vital role in our continuous efforts to enhance and refine the extension's performance. We appreciate your support and encourage positive comments. Let's restore the freedom of the context menu together!
확장 프로그램 기본 정보
이름 | Allow Right-Click |
ID | jekdpdcpbhahidpjcbfbbmbmldbpjbhl |
공식 URL | https://chromewebstore.google.com/detail/allow-right-click/jekdpdcpbhahidpjcbfbbmbmldbpjbhl |
설명 | Re-enable the possibility to use the context menu on sites that overrides it. |
파일 크기 | 22.56 KB |
설치 횟수 | 346 |
현재 버전 | 1.5.2.4 |
최근 업데이트 | 2023-05-14 |
출시 날짜 | 2023-05-14 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | CodeGenius |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "1.5.2.4", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_locale": "en", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |