IMDb Stream Finder

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

What is IMDb Stream Finder?

IMDb Stream Finder is a Chrome extension developed by edgarasf123, and its main feature is "Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.".

Extension Screenshots

screenshot

Download IMDb Stream Finder Extension CRX File

Download IMDb Stream Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name IMDb Stream Finder IMDb Stream Finder
ID fccnlndelpnmdilanmdocephnnfkkdjd
Official URL https://chrome.google.com/webstore/detail/imdb-stream-finder/fccnlndelpnmdilanmdocephnnfkkdjd
Description Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.
File Size 187 KB
Installation Count 35
Current Version 0.1
Last Updated 2017-05-23
Publish Date 2017-05-23
Rating 5.00/5 Total 2 Ratings
Developer edgarasf123
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}