Copy Cookie

Extension to copy cookies across the domains specially localhost.

Apa itu Copy Cookie?

Copy Cookie adalah ekstensi Chrome yang dikembangkan oleh Avaneesh, dan fitur utamanya adalah "Extension to copy cookies across the domains specially localhost.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Copy Cookie

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

                        Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.                    

Informasi Dasar Ekstensi

Nama Copy Cookie Copy Cookie
ID efgblkeenphclkonjikaanjnlconlkfp
URL Resmi https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
Deskripsi Extension to copy cookies across the domains specially localhost.
Ukuran File 64.89 KB
Jumlah Instalasi 733
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2022-10-11
Tanggal Publikasi 2019-05-10
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Avaneesh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
URL Halaman Bantuan https://github.com/avaneeshtripathi/copy-cookie/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Cookie",
    "version": "2.0.1",
    "description": "Extension to copy cookies across the domains specially localhost.",
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "author": "Avaneesh Tripathi"
}