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ファイルをダウンロード
Share Your Cookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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:\/\/*\/*" ] } |