IMDb Sort List

IMDb sort your list with drag and drop.

What is IMDb Sort List?

IMDb Sort List is a Chrome extension developed by Mustafa KÜÇÜK, and its main feature is "IMDb sort your list with drag and drop.".

Extension Screenshots

screenshot

Download IMDb Sort List Extension CRX File

Download IMDb Sort List 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

                        IMDb sort your list with drag and drop.                    

Extension Basic Information

Name IMDb Sort List IMDb Sort List
ID mjgoamheecocffcgpipfhmpengcgajob
Official URL https://chromewebstore.google.com/detail/imdb-sort-list/mjgoamheecocffcgpipfhmpengcgajob
Description IMDb sort your list with drag and drop.
File Size 61.31 KB
Installation Count 64
Current Version 1.1
Last Updated 2019-06-15
Publish Date 2019-06-15
Rating 3.75/5 Total 4 Ratings
Developer Mustafa KÜÇÜK
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb Sort List",
    "author": "Mustafa K\u00dc\u00c7\u00dcK",
    "description": "IMDb sort your list with drag and drop.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imdb.com\/*"
            ],
            "css": [
                "src\/app.css"
            ],
            "js": [
                "src\/jquery.slim.min.js",
                "src\/jquery-ui.min.js",
                "src\/app.js"
            ]
        }
    ]
}