Enable Copy

Allow selecting, copying, pasting.

Apa itu Enable Copy?

Enable Copy adalah ekstensi Chrome yang dikembangkan oleh https://xasaxa.com, dan fitur utamanya adalah "Allow selecting, copying, pasting.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Enable Copy

Unduh file ekstensi Enable Copy 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

                        allows you to easily perform copying in sites that block copy                    

Informasi Dasar Ekstensi

Nama Enable Copy Enable Copy
ID pedikhgldlhhinfcajmpnicfpkbneeeh
URL Resmi https://chrome.google.com/webstore/detail/enable-copy/pedikhgldlhhinfcajmpnicfpkbneeeh
Deskripsi Allow selecting, copying, pasting.
Ukuran File 13.57 KB
Jumlah Instalasi 10,086
Versi Saat Ini 0.0003
Terakhir Diperbarui 2021-06-29
Tanggal Publikasi 2020-04-22
Penilaian 4.20/5 Total 5 Penilaian
Pengembang https://xasaxa.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy",
    "version": "0.0003",
    "manifest_version": 2,
    "description": "Allow selecting, copying, pasting.",
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "enable.js"
    ],
    "browser_action": {
        "default_icon": "icon19-disable.png",
        "default_title": "Enable Copy"
    },
    "permissions": [
        "tabs",
        ""
    ]
}