Yt tools
YouTube enhancements.
什麼是Yt tools?
Yt tools是由hobosoft.production開發的Chrome擴展程式,該擴展的主要功能是“YouTube enhancements.”。
擴展截圖
下載Yt tools擴展crx文件
下載Yt tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Adds fast forward and rewind 5s buttons to youtube player. Adds Ctrl+q shortcut which focuses search bar. Automatically clicks 'Are you still watching?' Yes                     擴展基本資訊
| 名稱 |  | 
| ID | apemfkbcaiefdoeceaaefidpcgmfckkk | 
| 官方網址 | https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk | 
| 簡介 | YouTube enhancements. | 
| 檔案大小 | 5.11 KB | 
| 安裝次數 | 44 | 
| 目前版本 | 1.2 | 
| 更新時間 | 2020-12-15 | 
| 上架時間 | 2020-12-15 | 
| 評分 | 2.00/5 共 1 次評分 | 
| 開發者 | hobosoft.production | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yt tools",
    "version": "1.2",
    "description": "YouTube enhancements.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ]
} | |