QR Cookie

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

QR Cookie là gì?

QR Cookie là một tiện ích mở rộng Chrome được phát triển bởi Lzdev, và tính năng chính của nó là "Share access to website with QR Code and without username/password".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QR Cookie

Tải xuống các tệp mở rộng QR Cookie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Share cookie to access website without username/password

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QR Cookie QR Cookie
ID aofdpbcnfpbmclomckimpggefjncfcdf
URL Chính Thức https://chrome.google.com/webstore/detail/qr-cookie/aofdpbcnfpbmclomckimpggefjncfcdf
Mô tả Share access to website with QR Code and without username/password
Kích Thước Tệp 25.66 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-05-09
Ngày Phát Hành 2021-05-09
Nhà Phát Triển Lzdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}