Share Your Cookies
Share your accounts without revealing passwords
Co to jest Share Your Cookies?
Share Your Cookies to rozszerzenie Chrome opracowane przez https://lnmai.com, a jego główną funkcją jest „Share your accounts without revealing passwords”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Share Your Cookies
Pobierz pliki rozszerzeń Share Your Cookies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Share Your Accounts without revealing password.
Easily by-pass 2-Factor Authentication when importing Cookies. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | poijkganimmndbhghgkmnfgpiejmlpke |
| Oficjalny URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
| Opis | Share your accounts without revealing passwords |
| Rozmiar pliku | 38.54 KB |
| Liczba instalacji | 53,376 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2023-02-15 |
| Data Publikacji | 2018-08-12 |
| Ocena | 4.33/5 Łącznie 9 Oceny |
| Deweloper | https://lnmai.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://mtfb.lnmai.com/ |
| Adres URL Strony Pomocy | https://mtfb.lnmai.com/discord |
| Adres URL Strony Polityki Prywatności | https://lnmai.com/privacy |
| Obsługiwane Języki | 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:\/\/*\/*"
]
} | |