Slack mp4 Player

Injects an inline video player for mp4 videos in slack chanels

What is Slack mp4 Player?

Slack mp4 Player is a Chrome extension developed by Meldr, and its main feature is "Injects an inline video player for mp4 videos in slack chanels".

Extension Screenshots

screenshot

Download Slack mp4 Player Extension CRX File

Download Slack mp4 Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Been waiting patiently for "someday"? (https://twitter.com/slackhq/status/527625350004883456)

This is a temporary measure to implement an inline video player for uploaded or linked mp4 files in slack.

This extension will replace links to mp4 files with an embedded player.                    

Extension Basic Information

Name Slack mp4 Player Slack mp4 Player
ID khgkbdddngaclagcgmjknnlilefjgpfg
Official URL https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg
Description Injects an inline video player for mp4 videos in slack chanels
File Size 15.67 KB
Installation Count 2,000
Current Version 1.0.0
Last Updated 2016-08-18
Publish Date 2016-08-18
Rating 2.27/5 Total 11 Ratings
Developer Meldr
Email [email protected]
Payment Type free
Extension Website https://github.com/MauriceButler/slack-mp4-player
Help Page URL https://github.com/MauriceButler/slack-mp4-player
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack mp4 Player",
    "short_name": "Slack mp4 Player",
    "version": "1.0.0",
    "short_description": "Injects an inline video player for mp4 videos in slack chanels",
    "description": "Injects an inline video player for mp4 videos in slack chanels",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "injectPlayers.js"
            ]
        }
    ],
    "manifest_version": 2
}