miramira!
Share Netflix recommendations with your friends!
miramira! là gì?
miramira! là một tiện ích mở rộng Chrome được phát triển bởi _patanpatan, và tính năng chính của nó là "Share Netflix recommendations with your friends!".
Ả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 miramira!
Tải xuống các tệp mở rộng miramira! 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
This chrome extension will add a new option on the Netflix menu, with two sections: - Share: generate your recommendations data, which will not contain any personal information, only a list of your liked and disliked movies and shows. After generating the recommendations you can share it as a link, or a numeric PIN, or download a file and share it with your friends. - Upload: when you receive recommendations from a friend, you can either enter the link, or paste the PIN, or upload the file. Then it will be analyzed to determine how compatible it is with your votes, and then it will show you a list of the movies you didn't vote and your friend liked, so you can either Add it to your list, Like it, Dislike it, or Watch it. ________________________________________________________________________________________ Version 7: Bug fixing
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jjcahmeampcbaoojmjcdegllfkmdpocm |
URL Chính Thức | https://chromewebstore.google.com/detail/miramira/jjcahmeampcbaoojmjcdegllfkmdpocm |
Mô tả | Share Netflix recommendations with your friends! |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 8 |
Cập Nhật Lần Cuối | 2023-04-12 |
Ngày Phát Hành | 2021-04-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | _patanpatan |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/talkdeck |
Ngôn Ngữ Được Hỗ Trợ | en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_miramira__", "description": "__MSG_miramira_desc__", "version": "8", "manifest_version": 2, "default_locale": "en_US", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "js\/jquery.min.js", "js\/miramira.min.js", "js\/lz-string.min.js", "js\/firebase-app.js", "js\/firebase-database.js" ], "matches": [ "https:\/\/www.netflix.com\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "clipboardWrite" ], "converted_from_user_script": true, "web_accessible_resources": [ "M.png", "html\/miramira.html", "html\/results.html", "html\/details.html", "_locales\/en_US\/messages.json", "_locales\/es\/messages.json" ], "icons": { "128": "M-ico.png" } } |