Trakt List Randomizer
Shows a random item on any Trakt list
什么是Trakt List Randomizer?
Trakt List Randomizer是由tetharion开发的Chrome扩展程序,该扩展的主要功能是“Shows a random item on any Trakt list”。
扩展截图
下载Trakt List Randomizer扩展crx文件
下载Trakt List Randomizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Trakt List Randomizer |
ID | jnbpdknealdopljnifnnljipadeeeeod |
官方URL | https://chromewebstore.google.com/detail/trakt-list-randomizer/jnbpdknealdopljnifnnljipadeeeeod |
简介 | Shows a random item on any Trakt list |
文件大小 | 75.52 KB |
安装次数 | 72 |
当前版本 | 0.1.5 |
更新时间 | 2016-07-31 |
上架时间 | 2016-07-31 |
开发者 | tetharion |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |