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ファイルをダウンロード

MP4NoMore拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}