Ubilling stats
This extension check account status for providers with Ubilling
什么是Ubilling stats?
Ubilling stats是由nightfly开发的Chrome扩展程序,该扩展的主要功能是“This extension check account status for providers with Ubilling”。
扩展截图
下载Ubilling stats扩展crx文件
下载Ubilling stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
扩展基本信息
名称 | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
官方URL | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
简介 | This extension check account status for providers with Ubilling |
文件大小 | 90.14 KB |
安装次数 | 888 |
当前版本 | 1.2.5 |
更新时间 | 2016-11-07 |
上架时间 | 2016-11-07 |
评分 | 4.91/5 共11次评分 |
开发者 | nightfly |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://ubilling.net.ua |
帮助页面URL | http://wiki.ubilling.net.ua |
支持的语言 | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ubilling stats", "short_name": "UBstats", "description": "This extension check account status for providers with Ubilling", "version": "1.2.5", "icons": { "128": "rainbow_128.png", "16": "rainbow.png" }, "background": { "page": "popup.html" }, "browser_action": { "default_icon": "rainbow.png", "default_popup": "popup.html", "default_title": "Internet status" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |