Consider using established authenticator apps like Google Authenticator or Authy instead. If you must use this extension, run it in a completely separate Chrome profile isolated from your main browsing activities. Monitor your accounts closely for any suspicious activity. The broad permissions combined with unsafe execution policies and lack of developer transparency make this extension unsuitable for handling sensitive authentication data.
| http://www.w3.org/2000/svg | http://www.w3.org/1998/Math/MathML | |
| http://www.w3.org/1999/xlink | https://pinia.vuejs.org/logo.svg | |
| https://pinia.vuejs.org | https://devtools.vuejs.org/guide/installation.html. | |
| https://pinia.vuejs.org/core-concepts/outside-component-usage.html | https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader | |
| https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-sfc | https://authenticator-app.c-ext.com/ | |
| https://authenticator-app.c-ext.com/uninstall | https://clients2.google.com/service/update2/crx | |
| https://html2canvas.hertzen.com | https://hertzen.com | 
{ "name": "__MSG_appName__", "icons": { "16": "icons/16.png", "24": "icons/24.png", "32": "icons/32.png", "48": "icons/48.png", "64": "icons/64.png", "96": "icons/96.png", "128": "icons/128.png" }, "action": { "default_popup": "popup.html" }, "version": "1.1.0", "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_appDescription__", "permissions": [ "storage", "scripting", "activeTab" ], "default_locale": "en", "content_scripts": [ { "js": [ "content.js" ], "type": "module", "run_at": "document_end", "matches": [ "http://*/*", "https://*/*" ] } ], "host_permissions": [ "http://*/*", "https://*/*" ], "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } }