Debrid Media Manager
Add accessible DMM buttons to IMDB and MDBList pages
Debrid Media Manager là gì?
Debrid Media Manager là một tiện ích mở rộng Chrome được phát triển bởi yowmamasita, và tính năng chính của nó là "Add accessible DMM buttons to IMDB and MDBList pages".
Ả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 Debrid Media Manager
Tải xuống các tệp mở rộng Debrid Media Manager 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
Debrid Media Manager allows you to curate a media library with truly unlimited size. This browser extension will make it easier for curators to add new items in their libraries. Just do a Google search for the movie or TV show you want to add and usually an IMDB link shows up in the results. With MDBList, it allows you to define criteria for movies or shows, e.g. IMDB score > 8.0 or movies that are from Germany. Experience this seamless way of discovering and watching new content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Debrid Media Manager |
ID | fahmnboccjgkbeeianfdiohbbgmgoibb |
URL Chính Thức | https://chromewebstore.google.com/detail/debrid-media-manager/fahmnboccjgkbeeianfdiohbbgmgoibb |
Mô tả | Add accessible DMM buttons to IMDB and MDBList pages |
Kích Thước Tệp | 11.93 KB |
Số Lần Cài Đặt | 1,180 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2023-11-15 |
Ngày Phát Hành | 2023-11-08 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | yowmamasita |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://debridmediamanager.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Debrid Media Manager", "version": "1.1.3", "description": "Add accessible DMM buttons to IMDB and MDBList pages", "permissions": [], "host_permissions": [ "https:\/\/www.imdb.com\/*", "https:\/\/mdblist.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.imdb.com\/*", "https:\/\/mdblist.com\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Open Debrid Media Manager" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |