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 là gì?
F8 Cookies - Share online accounts là một tiện ích mở rộng Chrome được phát triển bởi https://f8team.dev, và tính năng chính của nó là "F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng F8 Cookies - Share online accounts
Tải xuống các tệp mở rộng F8 Cookies - Share online accounts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | F8 Cookies - Share online accounts |
ID | ggkomdlhljeidpokamlphcoeconilnfj |
URL Chính Thức | https://chromewebstore.google.com/detail/f8-cookies-share-online-a/ggkomdlhljeidpokamlphcoeconilnfj |
Mô tả | F8 Cookies is a very simple extension for importing/exporting cookies. Share your account online without revealing your password. |
Kích Thước Tệp | 485 KB |
Số Lần Cài Đặt | 3,071 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-03-10 |
Ngày Phát Hành | 2021-03-03 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://f8team.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://f8team.dev/ |
URL Trang Trợ Giúp | https://f8team.dev/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |