Cookie-copy

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

O que é Cookie-copy?

Cookie-copy é uma extensão do Chrome desenvolvida por hequanjiang785, e sua principal característica é "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cookie-copy

Baixe arquivos de extensão Cookie-copy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Cookie-copy Cookie-copy
ID igfcbpdchlohbhjdfbcimhbpajlglaac
URL Oficial https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac
Descrição 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Tamanho do Arquivo 20.66 KB
Contagem de Instalações 192
Versão Atual 0.0.4
Última Atualização 2023-10-13
Data de Publicação 2023-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor hequanjiang785
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}