Giter VIP home page Giter VIP logo

romanfama592 / yt-tools-extension Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.43 MB

This extension allows you to enjoy several tools for the YouTube page.

Home Page: https://chromewebstore.google.com/detail/youtube-tools/oaojlpamigpmodndhjbnbpbdfhegdfef

Dockerfile 1.79% JavaScript 23.93% HTML 0.81% Shell 0.08% TypeScript 36.18% CSS 35.34% Python 1.87%
eslint extension python-script react reactjs typescript vite vitejs youtube-tool

yt-tools-extension's Introduction

yt-tools-extension

Contributions? Welcome Maintained? Yes ESLint

"This extension allows you to enjoy several tools for the YouTube page."

Download this extension in the chrome store here.

use-extension-gif

πŸ“‘ Contents

πŸš€ Project Structure

/
β”œβ”€β”€ .devcontainer/
β”‚     β”œβ”€β”€ Dockerfile
β”‚     └── devcontainer.json
β”œβ”€β”€ .github/
β”‚     └── workflows/
β”‚          β”œβ”€β”€ eslint.yml
β”‚          └── update_readme.yml
β”œβ”€β”€ docs/
β”‚     β”œβ”€β”€ images/
β”‚     β”‚     └── use-extension.gif
β”‚     β”œβ”€β”€ README.md.template.md
β”‚     └── how-to-use-change-selector.md
β”œβ”€β”€ public/
β”‚     β”œβ”€β”€ content_scripts/
β”‚     β”‚     β”œβ”€β”€ auto-like.js
β”‚     β”‚     β”œβ”€β”€ auto-skip-ads.js
β”‚     β”‚     β”œβ”€β”€ auto-update-selectors.js
β”‚     β”‚     β”œβ”€β”€ functions.js
β”‚     β”‚     └── observer-changes-in-url.js
β”‚     β”œβ”€β”€ icons/
β”‚     β”‚     β”œβ”€β”€ icon128.png
β”‚     β”‚     β”œβ”€β”€ icon16.png
β”‚     β”‚     β”œβ”€β”€ icon32.png
β”‚     β”‚     └── icon64.png
β”‚     └── manifest.json
β”œβ”€β”€ src/
β”‚     β”œβ”€β”€ assets/
β”‚     β”‚     β”œβ”€β”€ css/
β”‚     β”‚     β”‚     β”œβ”€β”€ App.css
β”‚     β”‚     β”‚     β”œβ”€β”€ CounterInput.css
β”‚     β”‚     β”‚     β”œβ”€β”€ Item.css
β”‚     β”‚     β”‚     β”œβ”€β”€ Modal.css
β”‚     β”‚     β”‚     β”œβ”€β”€ Switch.css
β”‚     β”‚     β”‚     β”œβ”€β”€ TextInput.css
β”‚     β”‚     β”‚     └── index.css
β”‚     β”‚     └── ts/
β”‚     β”‚          β”œβ”€β”€ options.ts
β”‚     β”‚          └── selectors.ts
β”‚     β”œβ”€β”€ components/
β”‚     β”‚     β”œβ”€β”€ CounterInput.tsx
β”‚     β”‚     β”œβ”€β”€ Item.tsx
β”‚     β”‚     β”œβ”€β”€ Modal.tsx
β”‚     β”‚     β”œβ”€β”€ SelectorsTextInput.tsx
β”‚     β”‚     └── Switch.tsx
β”‚     β”œβ”€β”€ context/
β”‚     β”‚     └── HandlerModal.tsx
β”‚     β”œβ”€β”€ hooks/
β”‚     β”‚     └── useSaveInMemoryToExtension.tsx
β”‚     β”œβ”€β”€ App.tsx
β”‚     β”œβ”€β”€ main.tsx
β”‚     └── vite-env.d.ts
β”œβ”€β”€ utils/
β”‚     β”œβ”€β”€ requirements.txt
β”‚     └── resize_icons.py
β”œβ”€β”€ .eslintrc.cjs
β”œβ”€β”€ .gitignore
β”œβ”€β”€ README.md
β”œβ”€β”€ index.html
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ resize_icons.sh
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ tsconfig.node.json
β”œβ”€β”€ vite.config.ts
└── yarn.lock

Back to top πŸ”Ό


πŸ‘¨β€πŸ« Installation

follow steps to run the project.

  1. Clone repository.

  2. Install package.json dependencies.

npm install
  1. Build the project.
npm run build
  1. Go to your browser's extensions settings.
  • example: chrome://extensions
  1. Tap the "load unpacked" button and enter the path to the dist folder that was created after building.

  2. And you can start developing and every change you make by executing the command in step 4 is perfect.

Back to top πŸ”Ό


πŸ‘‹ Contributions

If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply open an issue

Don't forget to give the project a star ⭐! Thanks again!

  1. Fork the project

  2. Clone your fork

git clone https://github.com/@your_username/yt-tools-extension
  1. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

Important: Use conventional commits and ensure that the code passes the linter test, pull requests are not accepted without this last point.

Back to top πŸ”Ό


πŸ‘¨β€βš–οΈ License

Distributed under the MIT License. See LICENSE for more information.

Back to top πŸ”Ό


πŸ“¬ Contact me

FamΓ‘ RomΓ‘n

Back to top πŸ”Ό


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.