Gladiatus nBot
Auto do Things
Gladiatus nBotคืออะไร?
Gladiatus nBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nbot.com.br และคุณลักษณะหลักของมันคือ "Auto do Things"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gladiatus nBot
ดาวน์โหลดไฟล์ส่วนขยาย Gladiatus nBot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A new way to play gladiatus, save your time and have a lot of fun! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | npfihoncaeggchfpldnmodmdajngpjib |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gladiatus-nbot/npfihoncaeggchfpldnmodmdajngpjib |
| คำอธิบาย | Auto do Things |
| ขนาดไฟล์ | 366 KB |
| จำนวนการติดตั้ง | 2,396 |
| เวอร์ชันปัจจุบัน | 1.2.9 |
| อัปเดตครั้งล่าสุด | 2021-01-18 |
| วันที่เผยแพร่ | 2020-10-03 |
| คะแนน | 3.27/5 รวมทั้งหมด 22 คะแนน |
| ผู้พัฒนา | https://nbot.com.br |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gladiatus nBot",
"version": "1.2.9",
"description": "Auto do Things",
"author": "Nephtus",
"background": {
"scripts": [
"\/src\/resources\/libraries\/jquery-3.5.1.min.js",
"\/src\/background.js"
],
"persistent": false
},
"permissions": [
"storage",
"alarms"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.gladiatus.gameforge.com\/game\/index.php*",
"*:\/\/lobby.gladiatus.gameforge.com\/*"
],
"js": [
"\/src\/resources\/libraries\/jquery-3.5.1.min.js",
"\/src\/resources\/locale\/locale.js",
"\/src\/tools.js",
"\/src\/loader.js",
"\/src\/main.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"icons": {
"16": "logos\/nLogo16.png",
"32": "logos\/nLogo32.png",
"48": "logos\/nLogo48.png",
"128": "logos\/nLogo128.png"
},
"web_accessible_resources": [
"src\/*"
],
"manifest_version": 2
} | |