YouTube video length
Shows video length next to YouTube video links
什麼是YouTube video length?
YouTube video length是由Brian開發的Chrome擴展程式,該擴展的主要功能是“Shows video length next to YouTube video links”。
擴展截圖
下載YouTube video length擴展crx文件
下載YouTube video length擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows video duration next to YouTube links. For example "Cool video [2:30]". Also a tooltip showing additional video information appears when your mouse hovers over a YouTube link showing. More information: - Shows when a video is unavailable - [❌] - Shows when a video is blocked in your region - [❌ country blocked] - Shows when a video is age restricted - [18+] - Works on text and image links - Accounts for videos with an offset. A 2 minute video with a 1 minute offset is shown as having a 1 minute duration. If you have any issues please leave a comment here or log them on Github. Code available on Github: https://github.com/Brian-Gaffney/YouTube-video-length-Chrome-extension
擴展基本資訊
名稱 | |
ID | lfkbfhglojdeoebdkpmgmphplhanchff |
官方網址 | https://chrome.google.com/webstore/detail/youtube-video-length/lfkbfhglojdeoebdkpmgmphplhanchff |
簡介 | Shows video length next to YouTube video links |
檔案大小 | 120 KB |
安裝次數 | 482 |
目前版本 | 2.1.1 |
更新時間 | 2017-07-30 |
上架時間 | 2017-07-30 |
評分 | 4.20/5 共 10 次評分 |
開發者 | Brian |
付費類型 | free |
擴展官網 | https://github.com/Brian-Gaffney/YouTube-video-length-Chrome-extension |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube video length", "description": "Shows video length next to YouTube video links", "version": "2.1.1", "permissions": [ "https:\/\/api.youtube.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "48.png", "128": "128.png" }, "browser_action": { "default_title": "Shows video length next to YouTube video links", "default_icon": { "19": "icon.png" } }, "content_scripts": [ { "matches": [ " |