Letterboxd Services
Letterboxd extension that provides you torrents for movies.
Letterboxd Servicesคืออะไร?
Letterboxd Services เป็นส่วนขยายของ Chrome ที่พัฒนาโดย netanel และคุณลักษณะหลักของมันคือ "Letterboxd extension that provides you torrents for movies."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd Services
ดาวน์โหลดไฟล์ส่วนขยาย Letterboxd Services ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
adds shortcuts to watch movies from letterboxd. This project is open source: https://github.com/pypp/letterboxd-services
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Letterboxd Services |
ID | bapjnacilodfnmciacfljidhhnbbippn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn |
คำอธิบาย | Letterboxd extension that provides you torrents for movies. |
ขนาดไฟล์ | 11.38 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2024-02-07 |
วันที่เผยแพร่ | 2023-08-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | netanel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/1netanel/letterboxd-services |
URL หน้าช่วยเหลือ | https://github.com/1netanel/letterboxd-services/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Letterboxd Services", "description": "Letterboxd extension that provides you torrents for movies.", "version": "0.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "https:\/\/letterboxd.com\/film\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/letterboxd.com\/film\/*" ], "js": [ "src\/content.js", "src\/services.js" ] } ] } |