Cookie Downloader

Very useful extension for downloading session parameters in Chrome.

Cookie Downloaderとは何ですか?

Cookie Downloaderはhttps://nextpost.techによって開発されたChromeの拡張機能で、その主な機能は「Very useful extension for downloading session parameters in Chrome.」です。

拡張機能のスクリーンショット

screenshot

Cookie Downloader拡張機能のCRXファイルをダウンロード

Cookie Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Very useful extension for downloading session parameters in browser.

- Fast and easy detection of session parameters
- In-built session file generation feature

You can buy integration guide of this extension officially here:
https://nextpost.tech/downloads/cookie-downloader/

Developed by Nextpost.tech Team.                    

拡張機能の基本情報

名前 Cookie Downloader Cookie Downloader
ID epldkbdhmpdcdgcolndopgkigelnmlmo
公式URL https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo
説明 Very useful extension for downloading session parameters in Chrome.
ファイルサイズ 98.34 KB
インストール数 4,302
現在のバージョン 1.0.10
最終更新日 2022-06-27
公開日 2020-05-14
評価 2.33/5 合計 6 レビュー
開発者 https://nextpost.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nextpost.tech/downloads/cookie-downloader/
ヘルプページのURL https://nextpost.tech/contacts/
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.10",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "cookies",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/"
    ],
    "icons": {
        "16": "images\/session_builder_16.png",
        "32": "images\/session_builder_32.png",
        "48": "images\/session_builder_48.png",
        "128": "images\/session_builder_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/session_builder_16.png",
            "32": "images\/session_builder_16.png",
            "48": "images\/session_builder_16.png",
            "128": "images\/session_builder_16.png"
        }
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
    },
    "manifest_version": 3
}