QR Cookie

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

QR Cookieคืออะไร?

QR Cookie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lzdev และคุณลักษณะหลักของมันคือ "Share access to website with QR Code and without username/password"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Cookie

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}