Mastering Physics Auto Login
Automatically logs into the Mastering Physics website.
Mastering Physics Auto Loginคืออะไร?
Mastering Physics Auto Login เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl Wang และคุณลักษณะหลักของมันคือ "Automatically logs into the Mastering Physics website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mastering Physics Auto Login
ดาวน์โหลดไฟล์ส่วนขยาย Mastering Physics Auto Login ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mastering Physics Auto Login |
ID | kdccjcoklopnidckocldkgodcdnebnjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mastering-physics-auto-lo/kdccjcoklopnidckocldkgodcdnebnjf |
คำอธิบาย | Automatically logs into the Mastering Physics website. |
ขนาดไฟล์ | 10.67 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-02-01 |
วันที่เผยแพร่ | 2017-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Karl Wang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mastering Physics Auto Login", "description": "Automatically logs into the Mastering Physics website.", "version": "1.0", "author": "Karl Wang", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.masteringphysics.com\/*" ], "css": [], "js": [ "work.js" ], "run_at": "document_idle" } ], "options_ui": { "page": "options.html" }, "options_page": "options.html", "permissions": [ "http:\/\/www.masteringphysics.com\/", "storage" ] } |