Available Movies on Mubi
Add button to show only available movies on Mubi
Cos'è Available Movies on Mubi?
Available Movies on Mubi è un'estensione di Chrome sviluppata da ldipasquale, e la sua funzione principale è "Add button to show only available movies on Mubi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Available Movies on Mubi
Scarica i file di estensione Available Movies on Mubi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Available Movies on Mubi |
ID | dpjnjflppingpffclaanpokbaaabocee |
URL Ufficiale | https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee |
Descrizione | Add button to show only available movies on Mubi |
Dimensione del File | 17.97 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-12 |
Data di Pubblicazione | 2020-08-12 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | ldipasquale |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |