Yt tools
YouTube enhancements.
Wat is Yt tools?
Yt tools is een Chrome-extensie ontwikkeld door hobosoft.production, en de belangrijkste functie is "YouTube enhancements.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yt tools
Download Yt tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |  | 
| ID | apemfkbcaiefdoeceaaefidpcgmfckkk | 
| Officiële URL | https://chromewebstore.google.com/detail/yt-tools/apemfkbcaiefdoeceaaefidpcgmfckkk | 
| Beschrijving | YouTube enhancements. | 
| Bestandsgrootte | 5.11 KB | 
| Aantal Installaties | 44 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2020-12-15 | 
| Publicatiedatum | 2020-12-15 | 
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | hobosoft.production | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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
        }
    ]
} | |