Share Your Cookies
Share your accounts without revealing passwords
Was ist Share Your Cookies?
Share Your Cookies ist eine Chrome-Erweiterung, die von https://lnmai.com entwickelt wurde, und ihr Hauptmerkmal ist "Share your accounts without revealing passwords".
Erweiterungsscreenshots
Share Your Cookies-Erweiterungs-CRX-Datei herunterladen
Laden Sie Share Your 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
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| Offizielle URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| Beschreibung | Share your accounts without revealing passwords |
| Dateigröße | 38.54 KB |
| Installationsanzahl | 53,376 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2023-02-15 |
| Veröffentlichungsdatum | 2018-08-12 |
| Bewertung | 4.33/5 Insgesamt 9 Bewertungen |
| Entwickler | https://lnmai.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://mtfb.lnmai.com/ |
| Hilfeseite URL | https://mtfb.lnmai.com/discord |
| URL der Datenschutzrichtlinien-Seite | https://lnmai.com/privacy |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |