Available Movies on Mubi

Add button to show only available movies on Mubi

ما هو Available Movies on Mubi؟

Available Movies on Mubi هو إضافة Chrome تم تطويرها بواسطة ldipasquale، والميزة الرئيسية لها هي "Add button to show only available movies on Mubi".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Available Movies on Mubi

قم بتنزيل ملفات الامتداد Available Movies on Mubi بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Available Movies on Mubi Available Movies on Mubi
ID dpjnjflppingpffclaanpokbaaabocee
عنوان URL الرسمي https://chromewebstore.google.com/detail/available-movies-on-mubi/dpjnjflppingpffclaanpokbaaabocee
الوصف Add button to show only available movies on Mubi
حجم الملف 17.97 KB
عدد التثبيتات 54
النسخة الحالية 1.0
آخر تحديث 2020-08-12
تاريخ النشر 2020-08-12
تقييم 1.00/5 مجموع تقييمات 1
المطور ldipasquale
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}