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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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": []
        }
    ]
}