Ubilling stats
This extension check account status for providers with Ubilling
Wat is Ubilling stats?
Ubilling stats is een Chrome-extensie ontwikkeld door nightfly, en de belangrijkste functie is "This extension check account status for providers with Ubilling".
Extensie Screenshots
Download het CRX-bestand van de extensie Ubilling stats
Download Ubilling stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Basisinformatie over de Extensie
Naam | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
Officiële URL | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Beschrijving | This extension check account status for providers with Ubilling |
Bestandsgrootte | 90.14 KB |
Aantal Installaties | 888 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2016-11-07 |
Publicatiedatum | 2016-11-07 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | nightfly |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://ubilling.net.ua |
Help Pagina-URL | http://wiki.ubilling.net.ua |
Ondersteunde Talen | 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:\/\/*\/" ] } |