Available Movies on Mubi

Add button to show only available movies on Mubi

Wat is Available Movies on Mubi?

Available Movies on Mubi is een Chrome-extensie ontwikkeld door ldipasquale, en de belangrijkste functie is "Add button to show only available movies on Mubi".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Available Movies on Mubi

Download Available Movies on Mubi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Available Movies on Mubi Available Movies on Mubi
ID dpjnjflppingpffclaanpokbaaabocee
Officiële URL https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee
Beschrijving Add button to show only available movies on Mubi
Bestandsgrootte 17.97 KB
Aantal Installaties 54
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-12
Publicatiedatum 2020-08-12
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ldipasquale
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}