Get CRX

Get source .crx extension file of any Chrome extension

Apa itu Get CRX?

Get CRX adalah ekstensi Chrome yang dikembangkan oleh https://adamcarbonell.com, dan fitur utamanya adalah "Get source .crx extension file of any Chrome extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get CRX

Unduh file ekstensi Get CRX 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

                        *Now working on both old and new Chrome Web Stores*

Instantly get .crx source file of any free Chrome extension via right click context menu.                    

Informasi Dasar Ekstensi

Nama Get CRX Get CRX
ID dijpllakibenlejkbajahncialkbdkjc
URL Resmi https://chromewebstore.google.com/detail/get-crx/dijpllakibenlejkbajahncialkbdkjc
Deskripsi Get source .crx extension file of any Chrome extension
Ukuran File 9.7 KB
Jumlah Instalasi 29,039
Versi Saat Ini 1.51
Terakhir Diperbarui 2023-11-18
Tanggal Publikasi 2020-03-09
Penilaian 4.41/5 Total 80 Penilaian
Pengembang https://adamcarbonell.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://adamcarbonell.com/policy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "description": "Get source .crx extension file of any Chrome extension",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "name": "Get CRX",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/chrome.google.com\/webstore\/detail\/",
        "https:\/\/chromewebstore.google.com\/detail\/"
    ],
    "version": "1.51"
}