Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
什么是Cookie Downloader?
Cookie Downloader是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Very useful extension for downloading session parameters in Chrome.”。
扩展截图
下载Cookie Downloader扩展crx文件
下载Cookie Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Very useful downloader for Instagram cookie. It stores the Instagram cookies for people who need it and provides convenience for them in their next login. 扩展基本信息
| 名称 | |
| ID | mcnohaldinakaemlaanniihikocancem |
| 官方URL | https://chromewebstore.google.com/detail/cookie-downloader/mcnohaldinakaemlaanniihikocancem |
| 简介 | Very useful extension for downloading session parameters in Chrome. |
| 文件大小 | 97.49 KB |
| 安装次数 | 207 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-03-04 |
| 上架时间 | 2020-03-04 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://sharingtools.services |
| 帮助页面URL | https://sharingtools.services |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.0",
"description": "__MSG_appDesc__",
"permissions": [
"tabs",
"cookies",
"*:\/\/*.instagram.com\/",
"downloads"
],
"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"
},
"browser_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": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"manifest_version": 2
} | |