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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}