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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

No Ban Timer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 No Ban Timer No Ban Timer
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": []
        }
    ]
}