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 |
| 公式URL | 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 |
| Eメール | [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": []
}
]
} | |