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 |
Eメール | [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" ] } ] } |