The Hypercatcher Extension unifies the chapter creation experience across all major podcasting platforms. Create your podcast chapters using any tool like studio.hypercatcher.com to create your chapters and drop them into any supported podcast hosting platform
HyperCatcher ChapterSync Tool Web Store
This list will grow, but is limited by the hosting platform's chapter creation tools and how easy they are to automate. Please open an issue to request podcast host support or open a PR to add it 🥷
- Create a Podcasting 2.0 compliant chapters file
- Drag and drop the chapters file into the Hypercatcher Extension
- Navigate to your supported podcasting host of choice's chapter upload page for your podcast episode
- Click the "Update Chapters" button in the extension to insert your podcast chapters.
(Google Chrome store link in progress)
- Check if your
Node.js
version is >= 14. - Change or configurate the name of your extension on
src/manifest
. - Run
npm install
to install the dependencies.
run the command
$ cd hypercatcher-extension
$ npm run watch
- set your Chrome browser 'Developer mode' up
- click 'Load unpacked', and select
hypercatcher-extension/build
folder
- access
http://0.0.0.0:3000/
- when debugging popup page, open
http://0.0.0.0:3000//popup.html
- when debugging options page, open
http://0.0.0.0:3000//options.html
After the development of your extension run the command
$ npm run build
Now, the content of build
folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
David Norman 💻 |