F8 Cookies - Share online accounts
F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.
什么是F8 Cookies - Share online accounts?
F8 Cookies - Share online accounts是由https://f8team.dev开发的Chrome扩展程序,该扩展的主要功能是“F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.”。
扩展截图
下载F8 Cookies - Share online accounts扩展crx文件
下载F8 Cookies - Share online accounts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Main function:
1. Export cookies to file
2. Import cookies from the file
3. Set a password for the file
4. Automatically login if the cookies are valid
Characteristics:
- Never store user information
- Never asked to fill out a bank / credit card
- Do not send data to the internet, this utility only works on your computer
Policy & terms:
Updating
Support:
- Email: [email protected]
- Facebook: https://fb.com/433056070817488
- Website: https://f8team.dev/ 扩展基本信息
| 名称 | |
| ID | ggkomdlhljeidpokamlphcoeconilnfj |
| 官方URL | https://chromewebstore.google.com/detail/f8-cookies-share-online-a/ggkomdlhljeidpokamlphcoeconilnfj |
| 简介 | F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password. |
| 文件大小 | 485 KB |
| 安装次数 | 3,071 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2021-03-10 |
| 上架时间 | 2021-03-03 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | https://f8team.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://f8team.dev/ |
| 帮助页面URL | https://f8team.dev/ |
| 支持的语言 | en,vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.1",
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"browser_action": {
"default_title": "__MSG_appName__"
},
"background": {
"scripts": [
"js\/hot-reload.js",
"background.bundle.js"
]
},
"content_scripts": [
{
"js": [
"contentScript.bundle.js"
],
"css": [
"\/css\/root.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"\/css\/style.css"
],
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"cookies",
"notifications",
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |