Share Your Cookies
Share your accounts without revealing passwords
Wat is Share Your Cookies?
Share Your Cookies is een Chrome-extensie ontwikkeld door https://lnmai.com, en de belangrijkste functie is "Share your accounts without revealing passwords".
Extensie Screenshots
Download het CRX-bestand van de extensie Share Your Cookies
Download Share Your Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. Basisinformatie over de Extensie
| Naam | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| Officiële URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| Beschrijving | Share your accounts without revealing passwords |
| Bestandsgrootte | 38.54 KB |
| Aantal Installaties | 53,376 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2023-02-15 |
| Publicatiedatum | 2018-08-12 |
| Beoordeling | 4.33/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | https://lnmai.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://mtfb.lnmai.com/ |
| Help Pagina-URL | https://mtfb.lnmai.com/discord |
| URL van de Privacybeleid Pagina | https://lnmai.com/privacy |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |