Netduma R1 Shortcut
Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs.
Netduma R1 Shortcut là gì?
Netduma R1 Shortcut là một tiện ích mở rộng Chrome được phát triển bởi ByMgRs, và tính năng chính của nó là "Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs.".
Ả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 Netduma R1 Shortcut
Tải xuống các tệp mở rộng Netduma R1 Shortcut 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
The R1 extension allows users to quickly access the Netduma R1 configuration page whilst gaming. This is a great extension to further improve your Netduma experience. Buy a Netduma R1 here: www.netduma.com Support for your Netduma R1: http://forum.netduma.com/ Versions: 1.0 - Original build 1.2.1 - First published build 1.3 - Implements an option page and custom URLs! Created by forum user ByMgRs - http://forum.netduma.com/user/457-bymgrs/ Notice: I am in no way affiliated or linked with the Netduma brand or product(s). I have simply created an extension to help Netduma R1 customers.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | joildkkbnlacbbccbiacomeholembojm |
URL Chính Thức | https://chrome.google.com/webstore/detail/netduma-r1-shortcut/joildkkbnlacbbccbiacomeholembojm |
Mô tả | Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs. |
Kích Thước Tệp | 9.66 KB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2016-08-26 |
Ngày Phát Hành | 2016-08-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ByMgRs |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://forum.netduma.com/user/457-bymgrs/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netduma R1 Shortcut", "options_page": "options.html", "description": "Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs.", "version": "1.3", "permissions": [ "storage" ], "icons": { "128": "128.png" }, "browser_action": { "default_icon": "128.png", "default_title": "R1" }, "background": { "scripts": [ "background.js", "options.js" ], "persistent": false } } |