Version 1.2 View in Chrome Web Store
https://getbootstrap.com/ | https://github.com/twbs/bootstrap/blob/main/LICENSE | |
http://www.w3.org/2000/svg | https://icons.getbootstrap.com/ | |
https://github.com/twbs/icons/blob/main/LICENSE | https://aomedia.org/emsg/ID3 | |
http://www.w3.org/ns/ttml#styling | https://mpmux.com/v1.json | |
https://v1.mpmux.com | https://clients2.google.com/service/update2/crx | |
https://mpmux.com/ | https://mpmux.com |
{ "name": "__MSG_manifest_name__", "icons": { "16": "img/icon-16.png", "48": "img/icon-48.png", "128": "img/icon-128.png" }, "action": { "default_icon": { "16": "img/icon-16.png", "48": "img/icon-48.png", "128": "img/icon-128.png" }, "default_popup": "popup.html", "default_title": "__MSG_manifest_browser_action__" }, "version": "1.2", "background": { "service_worker": "background.js" }, "short_name": "MPMux", "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_manifest_description__", "permissions": [ "tabs", "webRequest", "storage", "declarativeNetRequest" ], "homepage_url": "https://mpmux.com/", "default_locale": "en", "content_scripts": [ { "js": [ "js/jquery.min.js", "js/content-downloader.js" ], "run_at": "document_end", "matches": [ "*://mpmux.com/hlsdownloader", "*://mpmux.com/*/hlsdownloader", "*://mpmux.com/staticdownloader", "*://mpmux.com/*/staticdownloader", "*://mpmux.com/buffermuxer", "*://mpmux.com/*/buffermuxer", "*://*.mpmux.com/hlsdownloader", "*://*.mpmux.com/*/hlsdownloader", "*://*.mpmux.com/staticdownloader", "*://*.mpmux.com/*/staticdownloader", "*://*.mpmux.com/buffermuxer", "*://*.mpmux.com/*/buffermuxer" ] }, { "js": [ "js/content-listener.js" ], "run_at": "document_start", "matches": [ "*://*/*" ], "all_frames": true, "exclude_globs": [ "*//*.mpmux.com/*", "*//mpmux.com/*" ] } ], "host_permissions": [ "http://*/*", "https://*/*" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "*://*/*" ], "resources": [ "js/proxy.js" ] } ] }