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 Share Your Cookies
ID poijkganimmndbhghgkmnfgpiejmlpke
官方網址 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:\/\/*\/*"
    ]
}