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
官方網址 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
}