Share Your Cookies
Share your accounts without revealing passwords
Cos'è Share Your Cookies?
Share Your Cookies è un'estensione di Chrome sviluppata da https://lnmai.com, e la sua funzione principale è "Share your accounts without revealing passwords".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share Your Cookies
Scarica i file di estensione Share Your Cookies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. Informazioni di Base sull'Estensione
| Nome | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| URL Ufficiale | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| Descrizione | Share your accounts without revealing passwords |
| Dimensione del File | 38.54 KB |
| Conteggio Installazioni | 53,376 |
| Versione Corrente | 1.0.3 |
| Ultimo Aggiornamento | 2023-02-15 |
| Data di Pubblicazione | 2018-08-12 |
| Valutazione | 4.33/5 Totale 9 Valutazioni |
| Sviluppatore | https://lnmai.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://mtfb.lnmai.com/ |
| URL della Pagina di Aiuto | https://mtfb.lnmai.com/discord |
| URL della Pagina della Politica sulla Privacy | https://lnmai.com/privacy |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |