Smartschool Uplifter
A chrome extension that will make your scores appear better
Smartschool Uplifterคืออะไร?
Smartschool Uplifter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Turbo_Jump และคุณลักษณะหลักของมันคือ "A chrome extension that will make your scores appear better"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smartschool Uplifter
ดาวน์โหลดไฟล์ส่วนขยาย Smartschool Uplifter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turns your scores back into green even when you don't have above 65% on a test
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smartschool Uplifter |
ID | achbmapihopafpcmbfcknmopheeepedb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb |
คำอธิบาย | A chrome extension that will make your scores appear better |
ขนาดไฟล์ | 19.11 KB |
จำนวนการติดตั้ง | 2,345 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-27 |
วันที่เผยแพร่ | 2022-12-25 |
คะแนน | 2.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Turbo_Jump |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smartschool Uplifter", "version": "1.0.2", "description": "A chrome extension that will make your scores appear better", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.smartschool.be\/results\/*" ], "js": [ "script.js" ] } ] } |