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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    ]
}