Available Movies on Mubi

Add button to show only available movies on Mubi

什麼是Available Movies on Mubi?

Available Movies on Mubi是由ldipasquale開發的Chrome擴展程式,該擴展的主要功能是“Add button to show only available movies on Mubi”。

擴展截圖

screenshot

下載Available Movies on Mubi擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}