Copy Cookie

Extension to copy cookies across the domains specially localhost.

Copy Cookie là gì?

Copy Cookie là một tiện ích mở rộng Chrome được phát triển bởi Avaneesh, và tính năng chính của nó là "Extension to copy cookies across the domains specially localhost.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Copy Cookie 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

                        Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.                    

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

Tên Copy Cookie Copy Cookie
ID efgblkeenphclkonjikaanjnlconlkfp
URL Chính Thức https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
Mô tả Extension to copy cookies across the domains specially localhost.
Kích Thước Tệp 64.89 KB
Số Lần Cài Đặt 733
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-10-11
Ngày Phát Hành 2019-05-10
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Avaneesh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp
URL Trang Trợ Giúp https://github.com/avaneeshtripathi/copy-cookie/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Cookie",
    "version": "2.0.1",
    "description": "Extension to copy cookies across the domains specially localhost.",
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "author": "Avaneesh Tripathi"
}