Cookie Clone

Save current cookies and reuse anytime you want!

Cos'è Cookie Clone?

Cookie Clone è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Save current cookies and reuse anytime you want!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cookie Clone

Scarica i file di estensione Cookie Clone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cookie Clone Cookie Clone
ID lekmaaaemhcgldgmgalajmoehddphfag
URL Ufficiale https://chromewebstore.google.com/detail/cookie-clone/lekmaaaemhcgldgmgalajmoehddphfag
Descrizione Save current cookies and reuse anytime you want!
Dimensione del File 201 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0
Ultimo Aggiornamento 2020-04-28
Data di Pubblicazione 2020-04-27
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}