Re-enable Copy

Removes copy disablers from certain pages; gives the information's control back to the user.

Apa itu Re-enable Copy?

Re-enable Copy adalah ekstensi Chrome yang dikembangkan oleh tacla.yamada, dan fitur utamanya adalah "Removes copy disablers from certain pages; gives the information's control back to the user.".

Unduh Berkas CRX Ekstensi Re-enable Copy

Unduh file ekstensi Re-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

                        This disables copy spies which try to prevent users from copy and pasting content from a web page.                    

Informasi Dasar Ekstensi

Nama Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
URL Resmi https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
Deskripsi Removes copy disablers from certain pages; gives the information's control back to the user.
Ukuran File 17.25 KB
Jumlah Instalasi 56
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-07-03
Tanggal Publikasi 2014-07-03
Penilaian 4.67/5 Total 3 Penilaian
Pengembang tacla.yamada
Tipe Pembayaran free
Situs Ekstensi https://github.com/yamadapc/re-enable-copy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Re-enable Copy",
    "description": "Removes copy disablers from certain pages; gives the information's control back to the user.",
    "version": "0.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.folha.uol.com.br\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}