This extension has been tested on the following titles:
- One Piece
- Naruto
The extension parses through the episode comments to determine if there any intro timestamps posted. If the extension is unable to determine a valid timestamp from the comments, it will fallback to using Crunchyroll's ad locations to determine the best position to skip forwards to.
Please file an issue if this extension does not work on other titles.
- Node.js (>=v10.16)
- Chrome (preferred), Opera, Edge or Firefox browser
- TypeScript
- Webpack
- npm-run-all
src/
: TypeScript source filessrc/assets
: Static filesdist
: Compiled Chrome Extension directory
# Install node_modules
npm ci
# Compile Typescript source
npm run build
After compiling to javascript, you can then load the extension into your browser through the browser's extension tools page:
- Chrome/Opera:
- Type
chrome://extensions
in your address bar to bring up the extensions page. - Enable developer mode (checkbox)
- Click the "Load unpacked extension" button, navigate to the
dist
folder of your local extension instance, and click "Ok".
- Type
- Firefox
- Type
about:debugging
in your address bar to bring up the add-ons page. - Click the
Load Temporary Add-on
button, navigate to thedist/manifest.json
file, and "Open".
- Type
Code contributions are welcome! Please commit any pull requests against the main
branch.