Letterboxd List Search
Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load
Letterboxd List Searchคืออะไร?
Letterboxd List Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jman777jman และคุณลักษณะหลักของมันคือ "Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd List Search
ดาวน์โหลดไฟล์ส่วนขยาย Letterboxd List Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just enter a film into the search field under the right sidebar and then click enter to search Refresh page or search for nothing to get list back to normal. Need to scroll sometimes for film's picture to display Can only search from the first page of a list. Will take around 5 seconds to load 10,000th film in the list. feel free to add me https://letterboxd.com/moonhall/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Letterboxd List Search |
ID | jjakamoambopapdcpondjnlkdajcfnno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/letterboxd-list-search/jjakamoambopapdcpondjnlkdajcfnno |
คำอธิบาย | Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load |
ขนาดไฟล์ | 42.87 KB |
จำนวนการติดตั้ง | 183 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-07-21 |
วันที่เผยแพร่ | 2022-07-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | jman777jman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd List Search", "description": "Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load", "icons": { "16": ".\/logo\/searchlogo16.png", "32": ".\/logo\/searchlogo32.png", "48": ".\/logo\/searchlogo48.png", "128": ".\/logo\/searchlogo128.png" }, "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/*\/list\/*" ], "exclude_matches": [ "https:\/\/letterboxd.com\/*\/list\/*\/page*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |