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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |