Skip to content

ilya-z/timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Timeline

Chrome web store link

Chrome extension that displays comments with timestamp right above the timeline. Currently, source code does not contain background.js file which will be published soon.

Building and running on localhost

First install dependencies:

yarn install

To watch files and create a development build in dist/ :

yarn serve

To create a production build in prod/ :

yarn prod

Running

Open the chrome://extensions/
Set Development mode checkbox
Load unpacked from ./dist/ folder