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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow Vivaldi and Chrome to support Late Model Macs that can't play MP4 by telling sites to stop offering MP4"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MP4NoMore एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}