YouTube On-screen Hotkeys
On screen hotkeys for youtube, with ad fast-forwarding capabilities
什麼是YouTube On-screen Hotkeys?
YouTube On-screen Hotkeys是由eric.x.dev01開發的Chrome擴展程式,該擴展的主要功能是“On screen hotkeys for youtube, with ad fast-forwarding capabilities”。
擴展截圖
下載YouTube On-screen Hotkeys擴展crx文件
下載YouTube On-screen Hotkeys擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
On-screen hotkeys for YouTube. Enables fast forwarding YouTube ads and videos by simple clicking the top right portion of the video. Also enables skipping and backtracking 10 seconds with cursor.
擴展基本資訊
名稱 | |
ID | pjignmjgalcnihmjmkaliemdlagnhfnn |
官方網址 | https://chromewebstore.google.com/detail/youtube-on-screen-hotkeys/pjignmjgalcnihmjmkaliemdlagnhfnn |
簡介 | On screen hotkeys for youtube, with ad fast-forwarding capabilities |
檔案大小 | 18.37 KB |
安裝次數 | 115 |
目前版本 | 0.0.7 |
更新時間 | 2021-04-29 |
上架時間 | 2020-04-01 |
評分 | 5.00/5 共 3 次評分 |
開發者 | eric.x.dev01 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ff48.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "On screen hotkeys for youtube, with ad fast-forwarding capabilities", "icons": { "128": "images\/ff128.png", "16": "images\/ff16.png", "32": "images\/ff32.png", "48": "images\/ff48.png" }, "manifest_version": 2, "name": "YouTube On-screen Hotkeys", "options_page": "options.html", "permissions": [ "activeTab", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*" ], "version": "0.0.7" } |