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
官方網址 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:\/\/*\/*"
    ]
}