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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |