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
官方網址 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"
    ]
}