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 |
Eメール | [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" } } |