No Ban Timer

No Ban Timer - simple timer which help you to control ban issue

Qu'est-ce que No Ban Timer ?

No Ban Timer est une extension Chrome développée par surfcharg, et sa fonction principale est "No Ban Timer - simple timer which help you to control ban issue".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension No Ban Timer

Téléchargez les fichiers d'extension No Ban Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        If you are You often get a ban in the work of UHRS for speed. Use a timer for every hitapps.                    

Informations de Base sur l'Extension

Nom No Ban Timer No Ban Timer
ID dpnmiihgjidafnjmndkdkpmmcofjjlah
URL Officiel https://chromewebstore.google.com/detail/no-ban-timer/dpnmiihgjidafnjmndkdkpmmcofjjlah
Description No Ban Timer - simple timer which help you to control ban issue
Taille du Fichier 222 KB
Nombre d'Installations 977
Version Actuelle 4.3.5
Dernière Mise à Jour 2023-02-07
Date de Publication 2023-02-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur surfcharg
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
        }
    ]
}