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”。
扩展截图
下载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 |
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" ] } ] } |