Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Enable Right Click for Google Chrome™란 무엇입니까?

Enable Right Click for Google Chrome™은(는) https://timleland.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable Right Click when websites disable it."입니다.

확장 프로그램 스크린샷

screenshot

Enable Right Click for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

확장 프로그램 기본 정보

이름 Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
공식 URL https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
설명 Enable Right Click when websites disable it.
파일 크기 25.46 KB
설치 횟수 1,765
현재 버전 1.0.0
최근 업데이트 2022-07-19
출시 날짜 2022-07-13
평점 5.00/5 총 6 개의 평점
개발자 https://timleland.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://timleland.com/
도움말 페이지 URL https://timleland.com/contact/
개인정보 보호 정책 페이지 URL https://t.ly/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}