Share Your Cookies
Share your accounts without revealing passwords
Hvad er Share Your Cookies?
Share Your Cookies er en Chrome-udvidelse udviklet af https://lnmai.com, og dens hovedfunktion er "Share your accounts without revealing passwords".
Udvidelsesskærmbilleder
Download Share Your Cookies-udvidelses-CRX-fil
Download Share Your Cookies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| Officiel URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| Beskrivelse | Share your accounts without revealing passwords |
| Filstørrelse | 38.54 KB |
| Antal Installationer | 53,376 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2023-02-15 |
| Udgivelsesdato | 2018-08-12 |
| Bedømmelse | 4.33/5 Samlet 9 Bedømmelser |
| Udvikler | https://lnmai.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://mtfb.lnmai.com/ |
| Hjælpeside-URL | https://mtfb.lnmai.com/discord |
| URL til Fortrolighedspolitik Side | https://lnmai.com/privacy |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |