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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}