Cookie Clone

Save current cookies and reuse anytime you want!

什麼是Cookie Clone?

Cookie Clone是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Save current cookies and reuse anytime you want!”。

擴展截圖

screenshot
screenshot

下載Cookie Clone擴展crx文件

下載Cookie Clone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cookie Clone is a tool to save current cookies and reuse anytime you want.
- Save current Cookie to list (by domain).
- Random load saved cookie.
- Load saved cookie one by one. (Load any cookie to mark index or it will start at index 1 by default).
- Clear current Cookie.
- Export & import Cookies to share (Options). ***Some website you can't share cookie!***
!!Simple but powerful!                    

擴展基本資訊

名稱 Cookie Clone Cookie Clone
ID lekmaaaemhcgldgmgalajmoehddphfag
官方網址 https://chromewebstore.google.com/detail/cookie-clone/lekmaaaemhcgldgmgalajmoehddphfag
簡介 Save current cookies and reuse anytime you want!
檔案大小 201 KB
安裝次數 2,000
目前版本 1.0
更新時間 2020-04-28
上架時間 2020-04-27
評分 4.67/5 共 3 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Clone",
    "version": "1.0",
    "description": "Save current cookies and reuse anytime you want!",
    "permissions": [
        "tabs",
        "",
        "cookies",
        "unlimitedStorage",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/object-watch.js",
            "lib\/jquery.js",
            "js\/cookie_helpers.js",
            "js\/background.js",
            "js\/utils.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/app_icon16.png",
            "32": "images\/app_icon32.png",
            "48": "images\/app_icon48.png",
            "128": "images\/app_icon128.png"
        },
        "default_title": "EditThisCookie",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/app_icon16.png",
        "32": "images\/app_icon32.png",
        "48": "images\/app_icon48.png",
        "128": "images\/app_icon128.png"
    },
    "manifest_version": 2
}