Share Your Cookies
Share your accounts without revealing passwords
What is Share Your Cookies?
Share Your Cookies is a Chrome extension developed by https://lnmai.com, and its main feature is "Share your accounts without revealing passwords".
Extension Screenshots
Download Share Your Cookies Extension CRX File
Download Share Your 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
Share Your Accounts without revealing password. Easily by-pass 2-Factor Authentication when importing Cookies.
Extension Basic Information
Name | Share Your Cookies |
ID | poijkganimmndbhghgkmnfgpiejmlpke |
Official URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
Description | Share your accounts without revealing passwords |
File Size | 38.54 KB |
Installation Count | 53,376 |
Current Version | 1.0.3 |
Last Updated | 2023-02-15 |
Publish Date | 2018-08-12 |
Rating | 4.33/5 Total 9 Ratings |
Developer | https://lnmai.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mtfb.lnmai.com/ |
Help Page URL | https://mtfb.lnmai.com/discord |
Privacy Policy Page URL | https://lnmai.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Share Your Cookies", "description": "Share your accounts without revealing passwords", "version": "1.0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "popup.html", "default_title": "Share Your Cookies" }, "author": "Loc Mai", "permissions": [ "cookies", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |