No Ban Timer
No Ban Timer - simple timer which help you to control ban issue
Что такое No Ban Timer?
No Ban Timer - это расширение Chrome, разработанное surfcharg, и его основная функция - "No Ban Timer - simple timer which help you to control ban issue".
Снимки экрана расширения
Скачать файл CRX расширения No Ban Timer
Скачайте файлы расширений 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 |
| Электронная почта | [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": []
}
]
} | |