QR Cookie
Share access to website with QR Code and without username/password
Cos'è QR Cookie?
QR Cookie è un'estensione di Chrome sviluppata da Lzdev, e la sua funzione principale è "Share access to website with QR Code and without username/password".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Cookie
Scarica i file di estensione QR Cookie 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
Share cookie to access website without username/password Open source: https://github.com/dieudv/qrcookie.git
Informazioni di Base sull'Estensione
Nome | |
ID | aofdpbcnfpbmclomckimpggefjncfcdf |
URL Ufficiale | https://chrome.google.com/webstore/detail/qr-cookie/aofdpbcnfpbmclomckimpggefjncfcdf |
Descrizione | Share access to website with QR Code and without username/password |
Dimensione del File | 25.66 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-05-09 |
Data di Pubblicazione | 2021-05-09 |
Sviluppatore | Lzdev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |