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ファイルをダウンロード

Unblock Selection and Right click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}