Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.52 KB

Video Counter for YouTube

Show author's video count with a direct link to all videos on the YouTube watch page. Without having to hover over the name.

What does YouTube Video Counter do on the watch page

Installation and Configuration

On your own responsibility.

This is an unpacked, unsigned chrome extension.

  1. Installing the extension
  2. Download the zip with the newest release, alternatively the zip of the whole repository.
  3. Unpack it to somewhere it can stay for long time.
  4. In chrome://extensions check Developer mode checkbox at the top Developer mode
  5. Click the Load unpacked extension button
  6. Choose the dist folder from the unpacked zip. For example ./Downloads/YTVidCount-Chrome-master/dist/
  7. Configuring - API Key. More detailed instructions with images available on the wiki.
  8. Sign in to https://console.developers.google.com/
  9. Create a new project or use an exisitng one
  10. Enable Youtube Data API
  11. Create an API Key with no restrictions
  12. Paste your newly created API key into extension options and save.

Plans

I plan to find a better solution to the API problem, suggestions welcome.