Available Movies on Mubi

Add button to show only available movies on Mubi

Apa itu Available Movies on Mubi?

Available Movies on Mubi adalah ekstensi Chrome yang dikembangkan oleh ldipasquale, dan fitur utamanya adalah "Add button to show only available movies on Mubi".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Available Movies on Mubi

Unduh file ekstensi Available Movies on Mubi dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Available Movies on Mubi Available Movies on Mubi
ID dpjnjflppingpffclaanpokbaaabocee
URL Resmi https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee
Deskripsi Add button to show only available movies on Mubi
Ukuran File 17.97 KB
Jumlah Instalasi 54
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-08-12
Tanggal Publikasi 2020-08-12
Penilaian 1.00/5 Total 1 Penilaian
Pengembang ldipasquale
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}