QR Cookie
Share access to website with QR Code and without username/password
Wat is QR Cookie?
QR Cookie is een Chrome-extensie ontwikkeld door Lzdev, en de belangrijkste functie is "Share access to website with QR Code and without username/password".
Extensie Screenshots
Download het CRX-bestand van de extensie QR Cookie
Download QR Cookie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Share cookie to access website without username/password Open source: https://github.com/dieudv/qrcookie.git
Basisinformatie over de Extensie
Naam | |
ID | aofdpbcnfpbmclomckimpggefjncfcdf |
Officiële URL | https://chrome.google.com/webstore/detail/qr-cookie/aofdpbcnfpbmclomckimpggefjncfcdf |
Beschrijving | Share access to website with QR Code and without username/password |
Bestandsgrootte | 25.66 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-09 |
Publicatiedatum | 2021-05-09 |
Ontwikkelaar | Lzdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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", " |