DevCamp Video Player Enhancer
Improves upon the default video player that is built into the DevCamp website
什麼是DevCamp Video Player Enhancer?
DevCamp Video Player Enhancer是由https://andrewsumsion.github.io開發的Chrome擴展程式,該擴展的主要功能是“Improves upon the default video player that is built into the DevCamp website”。
下載DevCamp Video Player Enhancer擴展crx文件
下載DevCamp Video Player Enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DevCamp Video Player is a Chrome and Firefox extension built by someone who, like you, has had to deal with the default DevCamp video player. There are a number of limitations including no way to change the playback speed of the video, and no keyboard controls at all. The goal of this extension is to fix those limitations and make you spend less time focusing on the video player, and more time on the actual video.
擴展基本資訊
名稱 | DevCamp Video Player Enhancer |
ID | mkljnifggpnpaniaokhiaobfocgaiejb |
官方網址 | https://chromewebstore.google.com/detail/devcamp-video-player-enha/mkljnifggpnpaniaokhiaobfocgaiejb |
簡介 | Improves upon the default video player that is built into the DevCamp website |
檔案大小 | 48.56 KB |
安裝次數 | 29 |
目前版本 | 0.2 |
更新時間 | 2018-06-19 |
上架時間 | 2018-06-18 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://andrewsumsion.github.io |
付費類型 | free |
擴展官網 | http://andrewsumsion.github.io/devcamp-video-player-enhancer |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevCamp Video Player Enhancer", "version": "0.2", "description": "Improves upon the default video player that is built into the DevCamp website", "icons": { "16": "logos\/icon-16.png", "32": "logos\/icon-32.png", "48": "logos\/icon-48.png", "128": "logos\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.devcamp.com\/*\/guide\/*", "https:\/\/*.devcamp.com\/*\/guide\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js", "spacebar.js", "video-speed.js" ], "css": [ "content.css" ] } ], "manifest_version": 2 } |