Slack mp4 Player

Injects an inline video player for mp4 videos in slack chanels

什么是Slack mp4 Player?

Slack mp4 Player是由Meldr开发的Chrome扩展程序,该扩展的主要功能是“Injects an inline video player for mp4 videos in slack chanels”。

扩展截图

screenshot

下载Slack mp4 Player扩展crx文件

下载Slack mp4 Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Slack mp4 Player Slack mp4 Player
ID khgkbdddngaclagcgmjknnlilefjgpfg
官方URL https://chrome.google.com/webstore/detail/slack-mp4-player/khgkbdddngaclagcgmjknnlilefjgpfg
简介 Injects an inline video player for mp4 videos in slack chanels
文件大小 15.67 KB
安装次数 2,000
当前版本 1.0.0
更新时间 2016-08-18
上架时间 2016-08-18
评分 2.27/5 共11次评分
开发者 Meldr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/MauriceButler/slack-mp4-player
帮助页面URL https://github.com/MauriceButler/slack-mp4-player
支持的语言 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
}