Cookie-copy

一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…

什么是Cookie-copy?

Cookie-copy是由hequanjiang785开发的Chrome扩展程序,该扩展的主要功能是“一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…”。

扩展截图

screenshot

下载Cookie-copy扩展crx文件

下载Cookie-copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。
A Chrome plugin that copies cookies from other tabs of the current window to the current tab.
选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。
可在复制前修改cookie。                    

扩展基本信息

名称 Cookie-copy Cookie-copy
ID igfcbpdchlohbhjdfbcimhbpajlglaac
官方URL https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac
简介 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
文件大小 20.66 KB
安装次数 192
当前版本 0.0.4
更新时间 2023-10-13
上架时间 2023-03-08
评分 5.00/5 共1次评分
开发者 hequanjiang785
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie-copy",
    "version": "0.0.4",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    }
}