Available Movies on Mubi
Add button to show only available movies on Mubi
Hvad er Available Movies on Mubi?
Available Movies on Mubi er en Chrome-udvidelse udviklet af ldipasquale, og dens hovedfunktion er "Add button to show only available movies on Mubi".
Udvidelsesskærmbilleder
Download Available Movies on Mubi-udvidelses-CRX-fil
Download Available Movies on Mubi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dpjnjflppingpffclaanpokbaaabocee |
| Officiel URL | https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee |
| Beskrivelse | Add button to show only available movies on Mubi |
| Filstørrelse | 17.97 KB |
| Antal Installationer | 54 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2020-08-12 |
| Udgivelsesdato | 2020-08-12 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | ldipasquale |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |