Cookie Tool

Modify the domain name scope of all cookies with one click

什么是Cookie Tool?

Cookie Tool是由cjhsources开发的Chrome扩展程序,该扩展的主要功能是“Modify the domain name scope of all cookies with one click”。

扩展截图

screenshot
screenshot
screenshot

下载Cookie Tool扩展crx文件

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

扩展使用说明

                        Modify the domain name scope of all cookies with one click; eg:   www.google.com ->  .google.com                    

扩展基本信息

名称 Cookie Tool Cookie Tool
ID cmcibloenecepmjigcfaehanbcpkcajb
官方URL https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb
简介 Modify the domain name scope of all cookies with one click
文件大小 79.23 KB
安装次数 30
当前版本 0.0.2
更新时间 2019-08-27
上架时间 2019-08-23
评分 5.00/5 共1次评分
开发者 cjhsources
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Tool",
    "version": "0.0.2",
    "description": "Modify the domain name scope of all cookies with one click",
    "author": "cjh",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}