Letterboxd Streaming Providers
Adds a filter for streaming providers to Letterboxd.
Letterboxd Streaming Providers là gì?
Letterboxd Streaming Providers là một tiện ích mở rộng Chrome được phát triển bởi adlerzei, và tính năng chính của nó là "Adds a filter for streaming providers to Letterboxd.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Letterboxd Streaming Providers
Tải xuống các tệp mở rộng Letterboxd Streaming Providers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Letterboxd Streaming Providers filters the movies shown on Letterboxd for some streaming providers (e.g. Netflix, Amazon Prime Video, ...) to make it possible to see, which movies are included in a given streaming flat rate. It allows users to filter "/watchlist", "/films", "/list" and "/likes" for their favorite streaming provider. This is a third party extension and is not related to the Letterboxd developer team in any way. This product uses the TMDb API but is not endorsed or certified by TMDb. The extension also uses information provided by JustWatch but is not endorsed or certified by JustWatch.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Letterboxd Streaming Providers |
ID | egmanfnfgmljjmdncfoeghfmflhlmhpj |
URL Chính Thức | https://chromewebstore.google.com/detail/letterboxd-streaming-prov/egmanfnfgmljjmdncfoeghfmflhlmhpj |
Mô tả | Adds a filter for streaming providers to Letterboxd. |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 693 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2024-01-15 |
Ngày Phát Hành | 2019-03-04 |
Đánh Giá | 4.00/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | adlerzei |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/adlerzei/letterboxd-streaming-providers#readme |
URL Trang Trợ Giúp | https://github.com/adlerzei/letterboxd-streaming-providers/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a filter for streaming providers to Letterboxd.", "author": "Christian Zei", "manifest_version": 3, "name": "Letterboxd Streaming Providers", "short_name": "LSP", "homepage_url": "https:\/\/github.com\/adlerzei\/letterboxd-streaming-providers#readme", "version": "1.6.0", "icons": { "48": "icons\/logo_final_48.png", "128": "icons\/logo_final_128.png" }, "permissions": [ "tabs", "storage", "scripting", "alarms" ], "host_permissions": [ "*:\/\/api.themoviedb.org\/*", "*:\/\/letterboxd.com\/*", "*:\/\/www.letterboxd.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/logo_final_32.png", "default_title": "Letterboxd Streaming Providers", "default_popup": "popup\/popup.html" } } |