WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MP4Cast for Google Chromecast™

MP4Cast for Google Chromecast™

View on Chrome Web Store
View MP4Cast for Google Chromecast™ Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (111 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Play video files stored on your computer to your Chromecast™
Type
ChromeOS Game
Users
4,000 users
1K
Website mp4cast.com
chromebeatadmin
View author page of chromebeatadmin
Published
Published on March 3, 2016
Version 0.3.3
Manifest version
2
Updated
Updated on February 20, 2017
Website
Visit developer website
View on Chrome Web Store
View MP4Cast for Google Chromecast™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiylWs8cUHghcfXmC2f9CoTq2MSjWNraloFYD\/9q6ZYzoxUp1Is3UiPRbIR5yr\/9fNN8dFoRZO9\/uDa0HqZpvF7n+acKBw6Q6YaDBvhy6AYSubNMnI3OEQRhM4VeRrcToQ4iaAR+\/cuLZfXFuALlUYipe32\/ktkT\/X75Dd5b2fgabrWbRatga+OlGe6L06HPunSD+4tNgJ7XNrtC9WcOhZ2OWeN2LaiWFS4uoGkK\/sxzvql+4JV0+SZsMHhxtiGvZcvZIBBYVpcXY59vhwQPmVGf7SitjuMzH7kdeHih8XoujtbvCZzexXqK41Vd8r1K8XxdPOtekYoi36qoedqtBBQIDAQAB",
    "name": "MP4Cast for Google Chromecast\u2122",
    "short_name": "MP4Cast",
    "description": "Play video files stored on your computer to your Chromecast\u2122",
    "author": "Kyle Graehl",
    "version": "0.3.3",
    "manifest_version": 2,
    "offline_enabled": true,
    "minimum_chrome_version": "44",
    "app": {
        "background": {
            "scripts": [
                "www\/common.js",
                "osthash.js",
                "wsc-chrome.min.js",
                "websiteConnection.js",
                "www\/parse-torrent-name.js",
                "background.js"
            ]
        }
    },
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.google-analytics.com\/",
        "notifications",
        {
            "mediaGalleries": [
                "read"
            ]
        },
        "system.network",
        "browser",
        "power",
        {
            "fileSystem": [
                "directory",
                "retainEntries"
            ]
        }
    ],
    "url_handlers": {
        "check_installed": {
            "matches": [
                "*:\/\/*.mp4cast.com\/check"
            ],
            "title": "Check mp4cast installed"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mp4cast.com:*\/*"
        ]
    },
    "sockets": {
        "udp": {
            "send": [
                ""
            ],
            "bind": [
                ""
            ]
        },
        "tcp": {
            "connect": [
                ""
            ]
        },
        "tcpServer": {
            "listen": [
                "*:*"
            ]
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top