Trakt List Randomizer
Shows a random item on any Trakt list
Trakt List Randomizer là gì?
Trakt List Randomizer là một tiện ích mở rộng Chrome được phát triển bởi tetharion, và tính năng chính của nó là "Shows a random item on any Trakt list".
Ả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 Trakt List Randomizer
Tải xuống các tệp mở rộng Trakt List Randomizer 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 extension shows a new button on every trakt.tv 'List' which gives you a random Movie/TV Show from the currently shown entries. If you are a VIP on Trakt, you have the ability to hide unreleased or uncollected entries first, those will then not be considered.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trakt List Randomizer |
ID | jnbpdknealdopljnifnnljipadeeeeod |
URL Chính Thức | https://chromewebstore.google.com/detail/trakt-list-randomizer/jnbpdknealdopljnifnnljipadeeeeod |
Mô tả | Shows a random item on any Trakt list |
Kích Thước Tệp | 75.52 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2016-07-31 |
Ngày Phát Hành | 2016-07-31 |
Nhà Phát Triển | tetharion |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trakt List Randomizer", "version": "0.1.5", "author": "Mathias Mitterer", "description": "Shows a random item on any Trakt list", "content_scripts": [ { "matches": [ "https:\/\/*.trakt.tv\/*", "http:\/\/*.trakt.tv\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery.bpopup.min.js", "traktlistrandomizer.js" ], "css": [ "bpopup.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "icons\/random.png" ] } |