Ubilling stats
This extension check account status for providers with Ubilling
Apa itu Ubilling stats?
Ubilling stats adalah ekstensi Chrome yang dikembangkan oleh nightfly, dan fitur utamanya adalah "This extension check account status for providers with Ubilling".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ubilling stats
Unduh file ekstensi Ubilling stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Informasi Dasar Ekstensi
Nama | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
URL Resmi | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Deskripsi | This extension check account status for providers with Ubilling |
Ukuran File | 90.14 KB |
Jumlah Instalasi | 888 |
Versi Saat Ini | 1.2.5 |
Terakhir Diperbarui | 2016-11-07 |
Tanggal Publikasi | 2016-11-07 |
Penilaian | 4.91/5 Total 11 Penilaian |
Pengembang | nightfly |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://ubilling.net.ua |
URL Halaman Bantuan | http://wiki.ubilling.net.ua |
Bahasa yang Didukung | 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:\/\/*\/" ] } |