Move Cookies

Copy and paste cookies easily

What is Move Cookies?

Move Cookies is a Chrome extension developed by Kelvur, and its main feature is "Copy and paste cookies easily".

Extension Screenshots

screenshot

Download Move Cookies Extension CRX File

Download Move Cookies 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

                        Move Cookies is a Chrome Extension made to copy/paste cookies between hosts. Move Cookies made use of the local storage to transport the cookies making no neccessary the use of the clipboard, however when the action *Copy* is permormed Move Cookies will copy the cookies to the clipboard also.                    

Extension Basic Information

Name Move Cookies Move Cookies
ID kffiikcfaacjjpmcalnafccbfebhlhkd
Official URL https://chromewebstore.google.com/detail/move-cookies/kffiikcfaacjjpmcalnafccbfebhlhkd
Description Copy and paste cookies easily
File Size 13.48 KB
Installation Count 120
Current Version 0.4.0
Last Updated 2023-09-11
Publish Date 2021-01-15
Developer Kelvur
Email [email protected]
Payment Type free
Extension Website https://github.com/Kelvur/chrome-extension-move-cookies
Help Page URL https://github.com/Kelvur/chrome-extension-move-cookies/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move Cookies",
    "version": "0.4.0",
    "description": "Copy and paste cookies easily",
    "permissions": [
        "cookies",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Copy\/Paste Cookies",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/cookie_jar_16.png",
            "32": "images\/cookie_jar_32.png",
            "48": "images\/cookie_jar_48.png",
            "128": "images\/cookie_jar_128.png"
        }
    },
    "icons": {
        "16": "images\/cookie_jar_16.png",
        "32": "images\/cookie_jar_32.png",
        "48": "images\/cookie_jar_48.png",
        "128": "images\/cookie_jar_128.png"
    },
    "incognito": "split",
    "manifest_version": 3
}