Yt tools
YouTube enhancements.
What is Yt tools?
Yt tools is a Chrome extension developed by hobosoft.production, and its main feature is "YouTube enhancements.".
Extension Screenshots
Download Yt tools Extension CRX File
Download Yt tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        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                     Extension Basic Information
| Name |  | 
| ID | apemfkbcaiefdoeceaaefidpcgmfckkk | 
| Official URL | https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk | 
| Description | YouTube enhancements. | 
| File Size | 5.11 KB | 
| Installation Count | 44 | 
| Current Version | 1.2 | 
| Last Updated | 2020-12-15 | 
| Publish Date | 2020-12-15 | 
| Rating | 2.00/5 Total 1 Ratings | 
| Developer | hobosoft.production | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | 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
        }
    ]
} | |