Share Your Cookies
Share your accounts without revealing passwords
Share Your Cookies란 무엇입니까?
Share Your Cookies은(는) https://lnmai.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your accounts without revealing passwords"입니다.
확장 프로그램 스크린샷
Share Your Cookies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share Your Accounts without revealing password. Easily by-pass 2-Factor Authentication when importing Cookies.
확장 프로그램 기본 정보
이름 | Share Your Cookies |
ID | poijkganimmndbhghgkmnfgpiejmlpke |
공식 URL | https://chromewebstore.google.com/detail/share-your-cookies/poijkganimmndbhghgkmnfgpiejmlpke |
설명 | Share your accounts without revealing passwords |
파일 크기 | 38.54 KB |
설치 횟수 | 53,376 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-02-15 |
출시 날짜 | 2018-08-12 |
평점 | 4.33/5 총 9 개의 평점 |
개발자 | https://lnmai.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mtfb.lnmai.com/ |
도움말 페이지 URL | https://mtfb.lnmai.com/discord |
개인정보 보호 정책 페이지 URL | https://lnmai.com/privacy |
지원되는 언어 | 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:\/\/*\/*" ] } |