YouTube Chapterize
Provides convenience functions to handle YouTube chapters.
Qu'est-ce que YouTube Chapterize ?
YouTube Chapterize est une extension Chrome développée par blackway, et sa fonction principale est "Provides convenience functions to handle YouTube chapters.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Chapterize
Téléchargez les fichiers d'extension YouTube Chapterize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pndbjffcoioeikhcfofoefnlbiiidclh |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-chapterize/pndbjffcoioeikhcfofoefnlbiiidclh |
Description | Provides convenience functions to handle YouTube chapters. |
Taille du Fichier | 10.32 KB |
Nombre d'Installations | 58 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2021-11-24 |
Date de Publication | 2021-11-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | blackway |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |