Cookie Clone

Save current cookies and reuse anytime you want!

What is Cookie Clone?

Cookie Clone is a Chrome extension developed by Unknown, and its main feature is "Save current cookies and reuse anytime you want!".

Extension Screenshots

screenshot
screenshot

Download Cookie Clone Extension CRX File

Download Cookie Clone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Cookie Clone Cookie Clone
ID lekmaaaemhcgldgmgalajmoehddphfag
Official URL https://chromewebstore.google.com/detail/cookie-clone/lekmaaaemhcgldgmgalajmoehddphfag
Description Save current cookies and reuse anytime you want!
File Size 201 KB
Installation Count 2,000
Current Version 1.0
Last Updated 2020-04-28
Publish Date 2020-04-27
Rating 4.67/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}