Available Movies on Mubi
Add button to show only available movies on Mubi
Co to jest Available Movies on Mubi?
Available Movies on Mubi to rozszerzenie Chrome opracowane przez ldipasquale, a jego główną funkcją jest „Add button to show only available movies on Mubi”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Available Movies on Mubi
Pobierz pliki rozszerzeń Available Movies on Mubi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Available Movies on Mubi |
ID | dpjnjflppingpffclaanpokbaaabocee |
Oficjalny URL | https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee |
Opis | Add button to show only available movies on Mubi |
Rozmiar pliku | 17.97 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-08-12 |
Data Publikacji | 2020-08-12 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | ldipasquale |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |