Move Cookies

Copy and paste cookies easily

Move Cookies là gì?

Move Cookies là một tiện ích mở rộng Chrome được phát triển bởi Kelvur, và tính năng chính của nó là "Copy and paste cookies easily".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Move Cookies

Tải xuống các tệp mở rộng Move Cookies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Move Cookies Move Cookies
ID kffiikcfaacjjpmcalnafccbfebhlhkd
URL Chính Thức https://chromewebstore.google.com/detail/move-cookies/kffiikcfaacjjpmcalnafccbfebhlhkd
Mô tả Copy and paste cookies easily
Kích Thước Tệp 13.48 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2021-01-15
Nhà Phát Triển Kelvur
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Kelvur/chrome-extension-move-cookies
URL Trang Trợ Giúp https://github.com/Kelvur/chrome-extension-move-cookies/issues
Ngôn Ngữ Được Hỗ Trợ 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
}