Available Movies on Mubi

Add button to show only available movies on Mubi

What is Available Movies on Mubi?

Available Movies on Mubi is a Chrome extension developed by ldipasquale, and its main feature is "Add button to show only available movies on Mubi".

Extension Screenshots

screenshot

Download Available Movies on Mubi Extension CRX File

Download Available Movies on Mubi 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

                        Mubi is a movie platform where you can search and watch movies. Sometimes the movies-lists that the user creates, or when you are navigating the movies from a director/actor includes movies that are not available to watch in Mubi.

This extension adds a button in the movies lists letting you choose if you want to list all the movies from the lists or just the available ones.                    

Extension Basic Information

Name Available Movies on Mubi Available Movies on Mubi
ID dpjnjflppingpffclaanpokbaaabocee
Official URL https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee
Description Add button to show only available movies on Mubi
File Size 17.97 KB
Installation Count 54
Current Version 1.0
Last Updated 2020-08-12
Publish Date 2020-08-12
Rating 1.00/5 Total 1 Ratings
Developer ldipasquale
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Available Movies on Mubi",
    "version": "1.0",
    "description": "Add button to show only available movies on Mubi",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mubi.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}