Notopass
Quick Login into logged in session without entering password by simply scanning QR from Notopass app
什么是Notopass?
Notopass是由amans.rlx开发的Chrome扩展程序,该扩展的主要功能是“Quick Login into logged in session without entering password by simply scanning QR from Notopass app”。
扩展截图
下载Notopass扩展crx文件
下载Notopass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick Login to the logged in account using Notopass mobile app. Download the Notopass Mobile App and create a group and authorise for Services like Netflix, DisneyPlus and many more. Invite your friends to share the account with you without actually knowing your credentials. They just have to scan the QR available in the Plugin from Mobile APP.
扩展基本信息
名称 | Notopass |
ID | aflgedhmmoajjlohmmfgmphpojgpadeb |
官方URL | https://chromewebstore.google.com/detail/notopass/aflgedhmmoajjlohmmfgmphpojgpadeb |
简介 | Quick Login into logged in session without entering password by simply scanning QR from Notopass app |
文件大小 | 86.63 KB |
安装次数 | 249 |
当前版本 | 1.2 |
更新时间 | 2020-05-08 |
上架时间 | 2020-05-08 |
开发者 | amans.rlx |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notopass", "description": "Quick Login into logged in session without entering password by simply scanning QR from Notopass app", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2", "icons": { "128": "notopass128.png", "48": "notopass48.png", "16": "notopass16.png" }, "browser_action": { "default_icon": "notopass16.png", "default_popup": "popup.html" } } |