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 |
官方網址 | 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" ] } |