IMSLP impatience
Skip the 15 second wait time on imslp with this simple extension!
IMSLP impatienceคืออะไร?
IMSLP impatience เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Skip the 15 second wait time on imslp with this simple extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMSLP impatience
ดาวน์โหลดไฟล์ส่วนขยาย IMSLP impatience ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple extension skips the 15 second wait time on IMSLP.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IMSLP impatience |
ID | emdlcbabhommgkpbobhamnjppplhpgbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj |
คำอธิบาย | Skip the 15 second wait time on imslp with this simple extension! |
ขนาดไฟล์ | 3.14 KB |
จำนวนการติดตั้ง | 138 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2018-09-26 |
วันที่เผยแพร่ | 2018-09-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMSLP impatience", "version": "0.0.0.2", "description": "Skip the 15 second wait time on imslp with this simple extension!", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*" ], "js": [ "script.js" ] } ] } |