Quickly calculate the time between 2 frames in a youtube video.
Documentation »
Firefox Install
·
Chrome Install
·
Report Bug
frame-timer-extension is a browser extension that allows you to quickly and accurately calculate the time between 2 frames in a YouTube video. This tool is made for retiming speedruns. The core function that calculates the times is made by @slashinfty.
Please report any bugs here.
The extension can be downloaded for Firefox from the official Firefox Add-Ons Store.
For Chrome, it can be downloaded from the Chrome Web Store guide.
The documentation for this project can be found here. It includes:
To package the extension from source:
- Navigate to the folder called
/src
. - Replace the contents of the file,
manifest.json
, with those from either manifest.firefox.json or manifest.chrome.json. - Zip/archive all the files and folders in the
/src
directory. Make sure the archiced file has the extension.zip
. I recommend 7-Zip, but you can use any archiving tool of your choice. - (optional) Rename the generated
.zip
file. - Done.
- Simplify the helper request functions by making a new function to do the chrome.tabs.query and sendMessage
- Make the tool also work on speedrun.com
The original yt-frame-timer made by @slashinfty
The tooltips are made with Tippy.js