QR Cookie

Share access to website with QR Code and without username/password

QR Cookieとは何ですか?

QR CookieはLzdevによって開発されたChromeの拡張機能で、その主な機能は「Share access to website with QR Code and without username/password」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

QR Cookie拡張機能のCRXファイルをダウンロード

QR Cookie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Share cookie to access website without username/password

Open source: https://github.com/dieudv/qrcookie.git                    

拡張機能の基本情報

名前 QR Cookie QR Cookie
ID aofdpbcnfpbmclomckimpggefjncfcdf
公式URL https://chrome.google.com/webstore/detail/qr-cookie/aofdpbcnfpbmclomckimpggefjncfcdf
説明 Share access to website with QR Code and without username/password
ファイルサイズ 25.66 KB
インストール数 109
現在のバージョン 1.0.0
最終更新日 2021-05-09
公開日 2021-05-09
開発者 Lzdev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Lzdev",
    "background": {
        "scripts": [
            "js\/base.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "ic\/ic128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/lzdev.org https:\/\/www.google-analytics.com https:\/\/*.facebook.com https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/stackpath.bootstrapcdn.com 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/lzdev.org\/",
    "icons": {
        "16": "ic\/ic16.png",
        "32": "ic\/ic32.png",
        "48": "ic\/ic48.png",
        "128": "ic\/ic128.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "cookies",
        "",
        "tabs",
        "notifications",
        "storage"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "1.0.0"
}