rHub
Displays ae/h for rPlanet elements on AtomicHub.
rHub là gì?
rHub là một tiện ích mở rộng Chrome được phát triển bởi the.nurbrun, và tính năng chính của nó là "Displays ae/h for rPlanet elements on AtomicHub.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng rHub
Tải xuống các tệp mở rộng rHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
WHAT: rHub adds hourly staking values to rPlanet elements listed on AtomicHub. WHY: The current solution is a community managed google document. It is hard and time consuming to quickly look up staking values for each listed element. HOW: rHub modifies HTML (ONLY) on the Atomic Hub market page. It does not require logins and is simply a front-end skin for an already existing platform. No data is stored, nor sent. Source code: https://github.com/nurbrun/rHub
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | rHub |
ID | lpnjccocbofcebeofldplhkfnppopjnj |
URL Chính Thức | https://chromewebstore.google.com/detail/rhub/lpnjccocbofcebeofldplhkfnppopjnj |
Mô tả | Displays ae/h for rPlanet elements on AtomicHub. |
Kích Thước Tệp | 1.82 MB |
Số Lần Cài Đặt | 988 |
Phiên Bản Hiện Tại | 2.06 |
Cập Nhật Lần Cuối | 2021-08-15 |
Ngày Phát Hành | 2021-05-13 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | the.nurbrun |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rHub", "description": "Displays ae\/h for rPlanet elements on AtomicHub.", "version": "2.06", "manifest_version": 3, "options_page": "options.html", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ae16.png", "32": "\/images\/ae32.png", "48": "\/images\/ae48.png", "128": "\/images\/ae128.png" } }, "icons": { "16": "\/images\/ae16.png", "32": "\/images\/ae32.png", "48": "\/images\/ae48.png", "128": "\/images\/ae128.png" } } |