playrate
Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video
什麼是playrate?
playrate是由Evaw開發的Chrome擴展程式,該擴展的主要功能是“Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video”。
擴展截圖
下載playrate擴展crx文件
下載playrate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can speedup or slowdown a video. This extension allows you to control the playback rate of an html video on the current page. The goal is to be very simple and just do one thing. Disclaimer * if the video is played through a plugin like flash, this extension will not be able to function.
擴展基本資訊
名稱 | |
ID | pjefnlaeacgiihhaahpglacipajmbfjb |
官方網址 | https://chrome.google.com/webstore/detail/playrate/pjefnlaeacgiihhaahpglacipajmbfjb |
簡介 | Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video |
檔案大小 | 17.35 KB |
安裝次數 | 301 |
目前版本 | 1.0.2 |
更新時間 | 2016-04-07 |
上架時間 | 2016-04-07 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Evaw |
付費類型 | free |
擴展官網 | https://github.com/Evaw/playrate |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "playrate", "version": "1.0.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "Speed up or slow down videos in your page: youtube, vimeo, and others that use standard html5 video", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_action": { "default_icon": "playrate.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |