Overratd
A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating
Overratd là gì?
Overratd là một tiện ích mở rộng Chrome được phát triển bởi garretlowe, và tính năng chính của nó là "A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating".
Ả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 Overratd
Tải xuống các tệp mở rộng Overratd 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
Overratd adds histograms to Letterboxd lists which display the list owner's ratings for movies in the list. Currently, the extension is limited to 100 movies at a time. This is because it reads the list of movies from the current page and Letterboxd can only display up to 100 movies per list page. Additionally, the tooltips which display when hovering over bars do not currently work as you would expect them to based on the profile histograms. Overratd is licensed under GPL-3.0 and is fully open-source: https://github.com/garretlowe/overratd
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Overratd |
ID | lllkjhpcabokchmdinbmhgmnnkgoehhf |
URL Chính Thức | https://chromewebstore.google.com/detail/overratd/lllkjhpcabokchmdinbmhgmnnkgoehhf |
Mô tả | A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating |
Kích Thước Tệp | 12.16 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-08-27 |
Ngày Phát Hành | 2022-08-26 |
Nhà Phát Triển | garretlowe |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/garretlowe/overratd |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overratd", "author": "Garret Lowe", "description": "A Chrome Extension for Letterboxd which adds rating histograms to public lists based on the author's rating", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/*\/list\/*\/" ], "js": [ "overratd.js" ] } ], "icons": { "16": "\/images\/overratd16.png", "32": "\/images\/overratd32.png", "48": "\/images\/overratd48.png", "128": "\/images\/overratd128.png" } } |