J2TEAM Cookies
Simple tool to export/import cookies. Share online accounts without revealing your password.
What is J2TEAM Cookies?
J2TEAM Cookies is a Chrome extension developed by https://junookyo.blogspot.com, and its main feature is "Simple tool to export/import cookies. Share online accounts without revealing your password.".
Extension Screenshots
Download J2TEAM Cookies Extension CRX File
Download J2TEAM Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension to export/import cookies. Share online accounts without revealing your password. Features: + Export cookies + Import cookies + Set password to encrypt your cookies + Auto-refresh website when import cookies. Privacy Policy: https://junookyo.gitbook.io/j2team-cookies/privacy-policy Website: https://www.junookyo.com/2017/07/j2team-cookies-chrome-extension.html Facebook: https://www.facebook.com/junookyo.vn
Extension Basic Information
Name | J2TEAM Cookies |
ID | okpidcojinmlaakglciglbpcpajaibco |
Official URL | https://chromewebstore.google.com/detail/j2team-cookies/okpidcojinmlaakglciglbpcpajaibco |
Description | Simple tool to export/import cookies. Share online accounts without revealing your password. |
File Size | 142 KB |
Installation Count | 161,346 |
Current Version | 1.0.4 |
Last Updated | 2023-12-13 |
Publish Date | 2020-03-13 |
Rating | 4.81/5 Total 973 Ratings |
Developer | https://junookyo.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.junookyo.com/2017/07/j2team-cookies-chrome-extension.html |
Help Page URL | https://www.facebook.com/groups/j2team.community/ |
Privacy Policy Page URL | https://j2team.org/privacy-policy |
Supported Languages | de,en,fr,vi,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.4", "author": "JUNO_OKYO", "homepage_url": "https:\/\/www.junookyo.com\/2017\/07\/j2team-cookies-chrome-extension.html?utm_source=extension&utm_medium=j2team_cookies", "manifest_version": 3, "default_locale": "en", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png", "default_title": "__MSG_appName__" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "offline_enabled": true, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |