2x Speed
Change video speed on the web page to 2x speed
什麼是2x Speed?
2x Speed是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Change video speed on the web page to 2x speed”。
擴展截圖
下載2x Speed擴展crx文件
下載2x Speed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When this extension is clicked, this extension doubles the playback speed of the video in the page.
擴展基本資訊
名稱 | 2x Speed |
ID | olomblpgcmhcgpijaioadbecpidmmdmb |
官方網址 | https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb |
簡介 | Change video speed on the web page to 2x speed |
檔案大小 | 37.39 KB |
安裝次數 | 1,652 |
目前版本 | 0.0.1 |
更新時間 | 2019-07-18 |
上架時間 | 2019-07-17 |
評分 | 3.75/5 共 4 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://github.com/redshoga/2x-video-extension |
說明頁面URL | https://github.com/redshoga/2x-video-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2x Speed", "version": "0.0.1", "description": "Change video speed on the web page to 2x speed", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "background": { "scripts": [ "background.js" ] } } |