No Ban Timer
No Ban Timer - simple timer which help you to control ban issue
No Ban Timer là gì?
No Ban Timer là một tiện ích mở rộng Chrome được phát triển bởi surfcharg, và tính năng chính của nó là "No Ban Timer - simple timer which help you to control ban issue".
Ả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 No Ban Timer
Tải xuống các tệp mở rộng No Ban Timer 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
If you are You often get a ban in the work of UHRS for speed. Use a timer for every hitapps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Ban Timer |
ID | dpnmiihgjidafnjmndkdkpmmcofjjlah |
URL Chính Thức | https://chromewebstore.google.com/detail/no-ban-timer/dpnmiihgjidafnjmndkdkpmmcofjjlah |
Mô tả | No Ban Timer - simple timer which help you to control ban issue |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 977 |
Phiên Bản Hiện Tại | 4.3.5 |
Cập Nhật Lần Cuối | 2023-02-07 |
Ngày Phát Hành | 2023-02-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | surfcharg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,fil,fr,nl,no,tr,da,et,es,it,pl,sk,fi,sr,fa,mr,gu,ta,te,kn-IN,ml,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "No Ban Timer - simple timer which help you to control ban issue", "version": "4.3.5", "manifest_version": 3, "name": "No Ban Timer", "default_locale": "en", "background": { "service_worker": "background.bundle.js" }, "icons": { "128": "icon-128.png" }, "action": { "default_title": "No Ban Timer", "default_icon": "icon-128.png", "default_popup": "popup.html" }, "offline_enabled": true, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "img\/*", "assets\/*", "content.styles.css", "icon-128.png", "icon-green-128.png", "icon-34.png", "timer.css" ], "matches": [] } ] } |