No Ban Timer
No Ban Timer - simple timer which help you to control ban issue
Cos'è No Ban Timer?
No Ban Timer è un'estensione di Chrome sviluppata da surfcharg, e la sua funzione principale è "No Ban Timer - simple timer which help you to control ban issue".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Ban Timer
Scarica i file di estensione No Ban Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If you are You often get a ban in the work of UHRS for speed. Use a timer for every hitapps. Informazioni di Base sull'Estensione
| Nome | |
| ID | dpnmiihgjidafnjmndkdkpmmcofjjlah |
| URL Ufficiale | https://chromewebstore.google.com/detail/no-ban-timer/dpnmiihgjidafnjmndkdkpmmcofjjlah |
| Descrizione | No Ban Timer - simple timer which help you to control ban issue |
| Dimensione del File | 222 KB |
| Conteggio Installazioni | 977 |
| Versione Corrente | 4.3.5 |
| Ultimo Aggiornamento | 2023-02-07 |
| Data di Pubblicazione | 2023-02-06 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | surfcharg |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
}
]
} | |