Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Apa itu Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh https://timleland.com, dan fitur utamanya adalah "Enable Right Click when websites disable it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Enable Right Click for Google Chrome™

Unduh file ekstensi Enable Right Click for Google Chrome™ 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

                        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.                    

Informasi Dasar Ekstensi

Nama Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
URL Resmi https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Deskripsi Enable Right Click when websites disable it.
Ukuran File 25.46 KB
Jumlah Instalasi 1,765
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-07-19
Tanggal Publikasi 2022-07-13
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://timleland.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://timleland.com/
URL Halaman Bantuan https://timleland.com/contact/
URL Halaman Kebijakan Privasi https://t.ly/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}