Get Cookies file
Exports your cookies to the file
什么是Get Cookies file?
Get Cookies file是由tobmoki开发的Chrome扩展程序,该扩展的主要功能是“Exports your cookies to the file”。
扩展截图
下载Get Cookies file扩展crx文件
下载Get Cookies file扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to watch or export your cookies to the file
扩展基本信息
名称 | Get Cookies file |
ID | lhecbjgjgknjminomebnbfcopdfdfmel |
官方URL | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
简介 | Exports your cookies to the file |
文件大小 | 1.24 MB |
安装次数 | 430 |
当前版本 | 1.0 |
更新时间 | 2020-08-27 |
上架时间 | 2020-08-27 |
评分 | 5.00/5 共1次评分 |
开发者 | tobmoki |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/app.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "app.html", "default_title": "Get Cookies file" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Exports your cookies to the file", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "manifest_version": 2, "name": "Get Cookies file", "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation", "downloads", "contextMenus", "webRequest" ], "version": "1.0" } |