Faster videos
Lets you play youtube video at 3x and 4x speed
什麼是Faster videos?
Faster videos是由Xavi開發的Chrome擴展程式,該擴展的主要功能是“Lets you play youtube video at 3x and 4x speed”。
下載Faster videos擴展crx文件
下載Faster videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever wished you could watch videos at 3 or 4 times the speed? Well now you can with this new amazing chrome plugin. Get hyped for even faster PewDiePie and 100% more cat video. This is the closest thing to that super-fast-learn-thingy in the Matrix.
擴展基本資訊
名稱 | |
ID | fhkmkdjligjbihmdmnacigjnfmjhcbnn |
官方網址 | https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn |
簡介 | Lets you play youtube video at 3x and 4x speed |
檔案大小 | 20 KB |
安裝次數 | 65 |
目前版本 | 1.0 |
更新時間 | 2017-12-27 |
上架時間 | 2017-12-27 |
開發者 | Xavi |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faster videos", "description": "Lets you play youtube video at 3x and 4x speed", "version": "1.0", "browser_action": { "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "plugin.js" ], "run_at": "document_end" } ] } |