IMDb Stream Finder

Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.

IMDb Stream Finderとは何ですか?

IMDb Stream Finderはedgarasf123によって開発されたChromeの拡張機能で、その主な機能は「Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.」です。

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

screenshot

IMDb Stream Finder拡張機能のCRXファイルをダウンロード

IMDb Stream Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.                    

拡張機能の基本情報

名前 IMDb Stream Finder IMDb Stream Finder
ID fccnlndelpnmdilanmdocephnnfkkdjd
公式URL https://chrome.google.com/webstore/detail/imdb-stream-finder/fccnlndelpnmdilanmdocephnnfkkdjd
説明 Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.
ファイルサイズ 187 KB
インストール数 35
現在のバージョン 0.1
最終更新日 2017-05-23
公開日 2017-05-23
評価 5.00/5 合計 2 レビュー
開発者 edgarasf123
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb Stream Finder",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*",
                "https:\/\/www.imdb.com\/title\/*"
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "main.js"
            ]
        }
    ]
}