J2TEAM Cookies
Simple tool to export/import cookies. Share online accounts without revealing your password.
Was ist J2TEAM Cookies?
J2TEAM Cookies ist eine Chrome-Erweiterung, die von https://junookyo.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Simple tool to export/import cookies. Share online accounts without revealing your password.".
Erweiterungsscreenshots
J2TEAM Cookies-Erweiterungs-CRX-Datei herunterladen
Laden Sie J2TEAM Cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | J2TEAM Cookies |
ID | okpidcojinmlaakglciglbpcpajaibco |
Offizielle URL | https://chromewebstore.google.com/detail/j2team-cookies/okpidcojinmlaakglciglbpcpajaibco |
Beschreibung | Simple tool to export/import cookies. Share online accounts without revealing your password. |
Dateigröße | 142 KB |
Installationsanzahl | 161,346 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2023-12-13 |
Veröffentlichungsdatum | 2020-03-13 |
Bewertung | 4.81/5 Insgesamt 973 Bewertungen |
Entwickler | https://junookyo.blogspot.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.junookyo.com/2017/07/j2team-cookies-chrome-extension.html |
Hilfeseite URL | https://www.facebook.com/groups/j2team.community/ |
URL der Datenschutzrichtlinien-Seite | https://j2team.org/privacy-policy |
Unterstützte Sprachen | 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'" } } |