MP4NoMore

Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4

MP4NoMore란 무엇입니까?

MP4NoMore은(는) mtomasek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4"입니다.

확장 프로그램 스크린샷

screenshot

MP4NoMore 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension helps, but does not fix the issue with Vivaldi, regarding the inability to render MP4 while being able to with other browsers.  

Q&A

Q. I still get "The media could not be played" on some sites.

A.  Consider in most cases that the site is only offering MP4.  If the site only offers MP4 and this extension doesn't allow us to be served mp4 due to the issue, you will still get that error message.  I have found this to be common with some Twitter Video, for example                    

확장 프로그램 기본 정보

이름 MP4NoMore MP4NoMore
ID gcllagpilcpibbaaofdkibabgkbjniaa
공식 URL https://chromewebstore.google.com/detail/mp4nomore/gcllagpilcpibbaaofdkibabgkbjniaa
설명 Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4
파일 크기 14.07 KB
설치 횟수 23
현재 버전 0.2.0
최근 업데이트 2017-04-02
출시 날짜 2017-04-02
개발자 mtomasek
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mtomasek780/Mp4NoMore
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MP4NoMore",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4",
    "homepage_url": "https:\/\/github.com\/mtomasek780\/Mp4NoMore",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js",
                "src\/inject\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}