Share Your Cookies
Share your accounts without revealing passwords
Vad är Share Your Cookies?
Share Your Cookies är en Chrome-tillägg utvecklad av https://lnmai.com, och dess huvudfunktion är "Share your accounts without revealing passwords".
Tilläggsskärmbilder
Ladda ner Share Your Cookies-förlängningens CRX-fil
Ladda ner Share Your Cookies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. Grundläggande Information om Tillägg
| Namn | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| Officiell webbadress | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| Beskrivning | Share your accounts without revealing passwords |
| Filstorlek | 38.54 KB |
| Antal Installationer | 53,376 |
| Aktuell Version | 1.0.3 |
| Senast Uppdaterad | 2023-02-15 |
| Publiceringsdatum | 2018-08-12 |
| Betyg | 4.33/5 Totalt 9 Betyg |
| Utvecklare | https://lnmai.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://mtfb.lnmai.com/ |
| Hjälpsida URL | https://mtfb.lnmai.com/discord |
| URL till Sekretesspolicy Sidan | https://lnmai.com/privacy |
| Stödda Språk | 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:\/\/*\/*"
]
} | |