Volt for Fluz
Enhances the Fluz Power Portal with additional functionality.
什么是Volt for Fluz?
Volt for Fluz是由https://volt.ninja开发的Chrome扩展程序,该扩展的主要功能是“Enhances the Fluz Power Portal with additional functionality.”。
扩展截图
下载Volt for Fluz扩展crx文件
下载Volt for Fluz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Export your transactions, gain additional insight, automate common tasks, and more. All within the Fluz Power Portal. 扩展基本信息
| 名称 | |
| ID | njdkhkhiaflehligcdfcjokjdijgnaob |
| 官方URL | https://chromewebstore.google.com/detail/volt-for-fluz/njdkhkhiaflehligcdfcjokjdijgnaob |
| 简介 | Enhances the Fluz Power Portal with additional functionality. |
| 文件大小 | 839 KB |
| 安装次数 | 294 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2023-07-11 |
| 上架时间 | 2023-02-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://volt.ninja |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://volt.ninja |
| 帮助页面URL | https://help.volt.ninja |
| 隐私政策页面URL | https://volt.ninja/legal/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Volt for Fluz",
"version": "1.0.5",
"manifest_version": 3,
"description": "Enhances the Fluz Power Portal with additional functionality.",
"homepage_url": "https:\/\/volt.ninja",
"icons": {
"16": "icon16.c1acc056.png",
"32": "icon32.b35e8878.png",
"48": "icon48.db290701.png",
"128": "icon128.d5885843.png"
},
"options_ui": {
"page": "options.103cf7ad.html",
"open_in_tab": true
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/power.fluz.app\/*"
],
"js": [
"content.198b9587.js"
],
"css": [
"content.285d98ab.css",
"content.aaaeea8d.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"static\/fonts\/Barlow-Bold-Latin.woff2",
"static\/fonts\/Barlow-Regular-Latin.woff2",
"static\/assets\/icons\/check2-circle.svg",
"static\/assets\/icons\/download.svg",
"static\/assets\/icons\/exclamation-diamond.svg",
"static\/assets\/icons\/exclamation-octagon.svg",
"static\/assets\/icons\/exclamation-triangle.svg",
"static\/assets\/icons\/flag.svg",
"static\/assets\/icons\/heart-fill.svg",
"static\/assets\/icons\/send.svg",
"static\/assets\/icons\/x-circle.svg"
],
"matches": [
"https:\/\/power.fluz.app\/*"
]
},
{
"matches": [
"https:\/\/power.fluz.app\/*"
],
"resources": [
"icon.cc5f2e4a.svg"
]
}
]
} | |