Unblock Selection and Right click

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

Apa itu Unblock Selection and Right click?

Unblock Selection and Right click adalah ekstensi Chrome yang dikembangkan oleh https://roei.stream, dan fitur utamanya adalah "Always allow selection of text and context menu (right click of mouse) on sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unblock Selection and Right click

Unduh file ekstensi Unblock Selection and Right click dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
URL Resmi https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Deskripsi Always allow selection of text and context menu (right click of mouse) on sites.
Ukuran File 150 KB
Jumlah Instalasi 902
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-10-20
Tanggal Publikasi 2019-10-20
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://roei.stream
Tipe Pembayaran free
Situs Ekstensi https://roei.stream
URL Halaman Bantuan https://roei.stream/support/
Bahasa yang Didukung 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"
    ]
}