Skip to content

Latest commit

 

History

History
executable file
·
20 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

executable file
·
20 lines (16 loc) · 627 Bytes

YTG Ninja

Installing and Running

Procedures:

  1. Check if your Node.js version is >= 18.
  2. Clone this repository.
  3. Change the package's name, description, and repository fields in package.json.
  4. Change the name of your extension on src/manifest.json.
  5. Run npm install to install the dependencies.
  6. Run npm start
  7. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  8. Happy hacking.