Deltahack
hacks your least favorite math site
Deltahackคืออะไร?
Deltahack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deltahack และคุณลักษณะหลักของมันคือ "hacks your least favorite math site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deltahack
ดาวน์โหลดไฟล์ส่วนขยาย Deltahack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
a deltamath hack this extension is PATCHED i am done with school and will no longer be updating it this extension is dead and will not work please dont use it or give any reviews click extension for answers on the deltamath website usage: to use pin the chrome extension and click on it in any deltamath problem for the answer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deltahack/lmmjnpdpgcgfghalpdjolbjbfcnmlfhl |
คำอธิบาย | hacks your least favorite math site |
ขนาดไฟล์ | 10.25 KB |
จำนวนการติดตั้ง | 1,474 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2021-06-30 |
วันที่เผยแพร่ | 2021-06-12 |
คะแนน | 2.33/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | deltahack |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deltahack", "version": "0.9", "manifest_version": 2, "description": "hacks your least favorite math site", "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab", "storage" ] } |