No Ban Timer
No Ban Timer - simple timer which help you to control ban issue
什麼是No Ban Timer?
No Ban Timer是由surfcharg開發的Chrome擴展程式,該擴展的主要功能是“No Ban Timer - simple timer which help you to control ban issue”。
擴展截圖
下載No Ban Timer擴展crx文件
下載No Ban Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are You often get a ban in the work of UHRS for speed. Use a timer for every hitapps. 擴展基本資訊
| 名稱 | |
| ID | dpnmiihgjidafnjmndkdkpmmcofjjlah |
| 官方網址 | https://chromewebstore.google.com/detail/no-ban-timer/dpnmiihgjidafnjmndkdkpmmcofjjlah |
| 簡介 | No Ban Timer - simple timer which help you to control ban issue |
| 檔案大小 | 222 KB |
| 安裝次數 | 977 |
| 目前版本 | 4.3.5 |
| 更新時間 | 2023-02-07 |
| 上架時間 | 2023-02-06 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | surfcharg |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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": []
}
]
} | |