No Ban Timer
No Ban Timer - simple timer which help you to control ban issue
Wat is No Ban Timer?
No Ban Timer is een Chrome-extensie ontwikkeld door surfcharg, en de belangrijkste functie is "No Ban Timer - simple timer which help you to control ban issue".
Extensie Screenshots
Download het CRX-bestand van de extensie No Ban Timer
Download No Ban Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
If you are You often get a ban in the work of UHRS for speed. Use a timer for every hitapps.
Basisinformatie over de Extensie
Naam | No Ban Timer |
ID | dpnmiihgjidafnjmndkdkpmmcofjjlah |
Officiële URL | https://chromewebstore.google.com/detail/no-ban-timer/dpnmiihgjidafnjmndkdkpmmcofjjlah |
Beschrijving | No Ban Timer - simple timer which help you to control ban issue |
Bestandsgrootte | 222 KB |
Aantal Installaties | 977 |
Huidige Versie | 4.3.5 |
Laatst Bijgewerkt | 2023-02-07 |
Publicatiedatum | 2023-02-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | surfcharg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } ] } |