Letterboxd Metacritic Addon
Adds Metacritic features to Letterboxd.com
Letterboxd Metacritic Addon là gì?
Letterboxd Metacritic Addon là một tiện ích mở rộng Chrome được phát triển bởi WilliamWelsh, và tính năng chính của nó là "Adds Metacritic features to Letterboxd.com".
Ả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 Metacritic Addon
Tải xuống các tệp mở rộng Letterboxd Metacritic Addon 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 will add a Metacritic score under film titles, and a link to the film's Metacritic page on Letterboxd.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Letterboxd Metacritic Addon |
ID | gkfbajagaabdkcihefomfmgjkdgkgdck |
URL Chính Thức | https://chromewebstore.google.com/detail/letterboxd-metacritic-add/gkfbajagaabdkcihefomfmgjkdgkgdck |
Mô tả | Adds Metacritic features to Letterboxd.com |
Kích Thước Tệp | 25.7 KB |
Số Lần Cài Đặt | 220 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-01-15 |
Ngày Phát Hành | 2019-01-15 |
Đánh Giá | 4.17/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | WilliamWelsh |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/WilliamWelsh |
URL Trang Trợ Giúp | https://github.com/WilliamWelsh |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Letterboxd Metacritic Addon", "version": "1.1", "description": "Adds Metacritic features to Letterboxd.com", "permissions": [ "https:\/\/www.omdbapi.com\/*", "https:\/\/www.imdb.com\/title\/tt0446029\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/film\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |