YouTube Chapterize
Provides convenience functions to handle YouTube chapters.
Wat is YouTube Chapterize?
YouTube Chapterize is een Chrome-extensie ontwikkeld door blackway, en de belangrijkste functie is "Provides convenience functions to handle YouTube chapters.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Chapterize
Download YouTube Chapterize-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
Use this extension if you want to shuffle the order of chapters. If you toggle the shuffle button at the top of the chapter list, the play time will shift to a random chapter when one chapter has finished playing. Features - You can shuffle chapters in a video.
Basisinformatie over de Extensie
Naam | |
ID | pndbjffcoioeikhcfofoefnlbiiidclh |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-chapterize/pndbjffcoioeikhcfofoefnlbiiidclh |
Beschrijving | Provides convenience functions to handle YouTube chapters. |
Bestandsgrootte | 10.32 KB |
Aantal Installaties | 58 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2021-11-24 |
Publicatiedatum | 2021-11-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | blackway |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Chapterize", "description": "Provides convenience functions to handle YouTube chapters.", "version": "2", "manifest_version": 3, "permissions": [ "scripting" ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |