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
电子邮箱 [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"
}