QR Cookie
Share access to website with QR Code and without username/password
Qu'est-ce que QR Cookie ?
QR Cookie est une extension Chrome développée par Lzdev, et sa fonction principale est "Share access to website with QR Code and without username/password".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QR Cookie
Téléchargez les fichiers d'extension QR Cookie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Share cookie to access website without username/password Open source: https://github.com/dieudv/qrcookie.git
Informations de Base sur l'Extension
Nom | |
ID | aofdpbcnfpbmclomckimpggefjncfcdf |
URL Officiel | https://chrome.google.com/webstore/detail/qr-cookie/aofdpbcnfpbmclomckimpggefjncfcdf |
Description | Share access to website with QR Code and without username/password |
Taille du Fichier | 25.66 KB |
Nombre d'Installations | 109 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-05-09 |
Date de Publication | 2021-05-09 |
Développeur | Lzdev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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", " |