Video player extension
More control over the video player
什麼是Video player extension?
Video player extension是由dskloet開發的Chrome擴展程式,該擴展的主要功能是“More control over the video player”。
擴展截圖
下載Video player extension擴展crx文件
下載Video player extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.
擴展基本資訊
名稱 | Video player extension |
ID | kkipdgnjllphhbcoapilfpmflipdblfl |
官方網址 | https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl |
簡介 | More control over the video player |
檔案大小 | 24.99 KB |
安裝次數 | 145 |
目前版本 | 0.8 |
更新時間 | 2023-11-17 |
上架時間 | 2020-09-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | dskloet |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://dskl.net/screen/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video player extension", "version": "0.8", "description": "More control over the video player", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "manifest_version": 3 } |