Cookie Clone

Save current cookies and reuse anytime you want!

Apa itu Cookie Clone?

Cookie Clone adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Save current cookies and reuse anytime you want!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cookie Clone

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

                        Cookie Clone is a tool to save current cookies and reuse anytime you want.
- Save current Cookie to list (by domain).
- Random load saved cookie.
- Load saved cookie one by one. (Load any cookie to mark index or it will start at index 1 by default).
- Clear current Cookie.
- Export & import Cookies to share (Options). ***Some website you can't share cookie!***
!!Simple but powerful!                    

Informasi Dasar Ekstensi

Nama Cookie Clone Cookie Clone
ID lekmaaaemhcgldgmgalajmoehddphfag
URL Resmi https://chromewebstore.google.com/detail/cookie-clone/lekmaaaemhcgldgmgalajmoehddphfag
Deskripsi Save current cookies and reuse anytime you want!
Ukuran File 201 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-28
Tanggal Publikasi 2020-04-27
Penilaian 4.67/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Clone",
    "version": "1.0",
    "description": "Save current cookies and reuse anytime you want!",
    "permissions": [
        "tabs",
        "",
        "cookies",
        "unlimitedStorage",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/object-watch.js",
            "lib\/jquery.js",
            "js\/cookie_helpers.js",
            "js\/background.js",
            "js\/utils.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/app_icon16.png",
            "32": "images\/app_icon32.png",
            "48": "images\/app_icon48.png",
            "128": "images\/app_icon128.png"
        },
        "default_title": "EditThisCookie",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/app_icon16.png",
        "32": "images\/app_icon32.png",
        "48": "images\/app_icon48.png",
        "128": "images\/app_icon128.png"
    },
    "manifest_version": 2
}