Auto QR Code reader

Fast automatic reading of QR codes, install once and forget about the buttons

Cos'è Auto QR Code reader?

Auto QR Code reader è un'estensione di Chrome sviluppata da https://prohetamine.ru, e la sua funzione principale è "Fast automatic reading of QR codes, install once and forget about the buttons".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto QR Code reader

Scarica i file di estensione Auto QR Code reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hi, I'm a robot extension Bob, I'll help you enjoy surfing the Internet and scan any QR Code you want in just a few seconds.

And so that's what I already know how to do:

🤖 — Automatic QR Code Reading

👀 — Reading QR Code from the extension menu

💾 — Generating QR Code as a link or text and downloading

🚫 — It is completely secure because it does not transmit or store user information

📡 — Can work without internet

🎁 — Completely free and without ads

I was created to help a person!                    

Informazioni di Base sull'Estensione

Nome Auto QR Code reader Auto QR Code reader
ID eobmjffolpoiolllhlbflbkdjeabbpke
URL Ufficiale https://chromewebstore.google.com/detail/auto-qr-code-reader/eobmjffolpoiolllhlbflbkdjeabbpke
Descrizione Fast automatic reading of QR codes, install once and forget about the buttons
Dimensione del File 429 KB
Conteggio Installazioni 92
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-09-05
Data di Pubblicazione 2022-07-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://prohetamine.ru
Email prohetamine@gmail.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/prohetamine/Auto-QR-Code-reader
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto QR Code reader",
    "description": "Fast automatic reading of QR codes, install once and forget about the buttons",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background\/script.js"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "activeTab",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lib\/qr-scanner.legacy.min.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/page\/style.css"
            ],
            "js": [
                "src\/page\/script.js"
            ]
        }
    ]
}