MP4NoMore

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

Cos'è MP4NoMore?

MP4NoMore è un'estensione di Chrome sviluppata da mtomasek, e la sua funzione principale è "Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MP4NoMore

Scarica i file di estensione MP4NoMore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MP4NoMore MP4NoMore
ID gcllagpilcpibbaaofdkibabgkbjniaa
URL Ufficiale https://chromewebstore.google.com/detail/mp4nomore/gcllagpilcpibbaaofdkibabgkbjniaa
Descrizione Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4
Dimensione del File 14.07 KB
Conteggio Installazioni 23
Versione Corrente 0.2.0
Ultimo Aggiornamento 2017-04-02
Data di Pubblicazione 2017-04-02
Sviluppatore mtomasek
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mtomasek780/Mp4NoMore
Lingue Supportate 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"
    ]
}