YouTube Chapterize
Provides convenience functions to handle YouTube chapters.
What is YouTube Chapterize?
YouTube Chapterize is a Chrome extension developed by blackway, and its main feature is "Provides convenience functions to handle YouTube chapters.".
Extension Screenshots
Download YouTube Chapterize Extension CRX File
Download YouTube Chapterize 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
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.
Extension Basic Information
Name | |
ID | pndbjffcoioeikhcfofoefnlbiiidclh |
Official URL | https://chrome.google.com/webstore/detail/youtube-chapterize/pndbjffcoioeikhcfofoefnlbiiidclh |
Description | Provides convenience functions to handle YouTube chapters. |
File Size | 10.32 KB |
Installation Count | 58 |
Current Version | 2 |
Last Updated | 2021-11-24 |
Publish Date | 2021-11-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | blackway |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |