Unblock Selection and Right click

Always allow selection of text and context menu (right click of mouse) on sites.

Unblock Selection and Right click란 무엇입니까?

Unblock Selection and Right click은(는) https://roei.stream에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always allow selection of text and context menu (right click of mouse) on sites."입니다.

확장 프로그램 스크린샷

screenshot

Unblock Selection and Right click 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Unblock sites that tries to prevent you from selecting text or using the context menu (right click of the mouse) with this simple yet powerful extension.
This extension has only few lines of code.
This extension does not read your site's content has any permissions.
Feel free to contact me if you find sites that are not supported by this add on.                    

확장 프로그램 기본 정보

이름 Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
공식 URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
설명 Always allow selection of text and context menu (right click of mouse) on sites.
파일 크기 150 KB
설치 횟수 902
현재 버전 1.1
최근 업데이트 2019-10-20
출시 날짜 2019-10-20
평점 3.00/5 총 2 개의 평점
개발자 https://roei.stream
결제 유형 free
확장 프로그램 웹 사이트 https://roei.stream
도움말 페이지 URL https://roei.stream/support/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unblock Selection and Right click",
    "short_name": "Unblock Selection",
    "description": "Always allow selection of text and context menu (right click of mouse) on sites.",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "unblock.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}