Speed it up
Adds a browser action that provides a way to adjust playback rate on any website
什麼是Speed it up?
Speed it up是由Deven Bansod開發的Chrome擴展程式,該擴展的主要功能是“Adds a browser action that provides a way to adjust playback rate on any website”。
擴展截圖
下載Speed it up擴展crx文件
下載Speed it up擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this?
This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider. 擴展基本資訊
| 名稱 | |
| ID | nfiebcmdfpjodedomagjlajcdpnkdopm |
| 官方網址 | https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm |
| 簡介 | Adds a browser action that provides a way to adjust playback rate on any website |
| 檔案大小 | 19.75 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2019-06-10 |
| 上架時間 | 2019-06-09 |
| 評分 | 4.93/5 共 29 次評分 |
| 開發者 | Deven Bansod |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/devenbansod/speed-it-up |
| 說明頁面URL | https://github.com/devenbansod/speed-it-up/issues/new |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Speed it up",
"version": "0.0.2",
"description": "Adds a browser action that provides a way to adjust playback rate on any website",
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_title": "Speed it up",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |