8000 GitHub - farmeter/youtube-subscriber-count-chrome-extension: Realtime Youtube subscriber count Chrome extension
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

farmeter/youtube-subscriber-count-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Subscriber count Chrome extension


Getting started sample Google Chrome extension

Chrome Extension sample from Google's Getting Started guide.

Documentation here.

This version of the code is as rewriting of the original Google example using Kotlin. Code is as close as possible as the original code. Original comments are kept in the equivalent place.

Original version in JavaScript can be seen here.

Building

This project uses gradle. To build it, execute the following:

gradlew clean assemble

Unbundled extension will be generated inside build/extension.

To install in Chrome:

  1. Go to Extensions
  2. Enable "Developer Mode"
  3. Click on "Load unpacked extension..."
  4. Select the folder ${project}/build/extension and open it.

If changes are made and the extension is recompiled, make sure to update the extension:

  1. Go to Extensions
  2. Make sure "Developer Mode" is enabled
  3. Click on "Update extensions now"

Make sure to check Google documentation for more details.

Testing the extension

Upon installation a a new extension is added to Chrome with the icon hello

Clicking the icon will open a small popup that will allow changing active page background color.

Check Google's Getting started guide for more details.

About

Realtime Youtube subscriber count Chrome extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0