Nithra Authenticator
Browser extension for Nithra Authenticator
什么是Nithra Authenticator?
Nithra Authenticator是由Nithra Apps开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for Nithra Authenticator”。
扩展截图
下载Nithra Authenticator扩展crx文件
下载Nithra Authenticator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Nithra Authenticator generates two-factor authentication codes in your browser for your Nithra Login. 扩展基本信息
| 名称 | |
| ID | ihhccmhfiekhalobahbnlfggcgbjlemi |
| 官方URL | https://chromewebstore.google.com/detail/nithra-authenticator/ihhccmhfiekhalobahbnlfggcgbjlemi |
| 简介 | Browser extension for Nithra Authenticator |
| 文件大小 | 609 KB |
| 安装次数 | 156 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-08-27 |
| 上架时间 | 2023-08-26 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Nithra Apps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://nithra.mobi/privacy.php |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Nithra Authenticator",
"version": "1.0.1",
"description": "Browser extension for Nithra Authenticator",
"host_permissions": [
"https:\/\/nithra.mobi\/"
],
"permissions": [
"cookies"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/logo-16x16.png",
"48": "images\/logo-48x48.png",
"192": "images\/logo-192x192.png"
}
}
} | |