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
公式URL 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
}