Insta-Unlock
Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson
Insta-Unlockคืออะไร?
Insta-Unlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sampson และคุณลักษณะหลักของมันคือ "Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insta-Unlock
ดาวน์โหลดไฟล์ส่วนขยาย Insta-Unlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instagram may prevent unauthenticated users from scrolling too far down the page. This extension will prevent their modal, allowing you to continue scrolling uninterrupted. If it ever stops working, let me know.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpfmcimdicmgahhlbfliabfjbpakjnfk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/insta-unlock/kpfmcimdicmgahhlbfliabfjbpakjnfk |
คำอธิบาย | Prevents the dreadful Instagram modal/scroll-lock. If this ever stops working, let me know: twitter.com/jonathansampson |
ขนาดไฟล์ | 98.17 KB |
จำนวนการติดตั้ง | 486 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2021-03-14 |
วันที่เผยแพร่ | 2020-01-19 |
คะแนน | 2.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Sampson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.twitter.com/jonathansampson |
URL หน้าช่วยเหลือ | https://www.twitter.com/jonathansampson |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insta-Unlock", "version": "0.0.2", "description": "Prevents the dreadful Instagram modal\/scroll-lock. If this ever stops working, let me know: twitter.com\/jonathansampson", "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "insta-unlock.js" ] } ] } |