Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moiz-codebyte/chrome-extension-basics
This repository contains a collection of Chrome browser extensions for various tasks such as scraping Facebook Messenger data, automating actions on YouTube, and simplifying website login processes.
https://github.com/moiz-codebyte/chrome-extension-basics
automation-through-chrome-extension basic-chrome-extension chrome-extension html-css-javascript
Last synced: about 7 hours ago
JSON representation
This repository contains a collection of Chrome browser extensions for various tasks such as scraping Facebook Messenger data, automating actions on YouTube, and simplifying website login processes.
- Host: GitHub
- URL: https://github.com/moiz-codebyte/chrome-extension-basics
- Owner: Moiz-CodeByte
- Created: 2024-03-23T05:56:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T18:50:10.000Z (8 months ago)
- Last Synced: 2024-11-11T07:45:50.079Z (about 2 months ago)
- Topics: automation-through-chrome-extension, basic-chrome-extension, chrome-extension, html-css-javascript
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extensions Basic Repository
This repository contains four Chrome browser extensions for various purposes.
## Extensions:
### 1. FB Data Scraper
- **Description:** This Chrome extension allows users to console log and locally store the people on Facebook Messenger.
### 2. First
- **Description:** This is a basic Chrome extension that encompasses most of the concepts of Chrome extensions using plain HTML, JavaScript, and CSS.
### 3. Smart Play Login
- **Description:** This extension assists in logging in with the help of the extension popup on website `https://www.smartplay.lcsd.gov.hk/home` that have no inspect menu.
### 4. Yt-Click and Select
- **Description:** This extension opens a YouTube video, stores the title, and logs it to the local storage.
### 5. Yt-Click-Subscribe
- **Description:** Automatically subscribes to a YouTube channel and comments on the video.
## How to Run:
1. **Clone the Repository:** Clone this repository to your local machine using `git clone`.
2. **Install Extensions in Chrome:**
- Open Chrome browser.
- Navigate to `chrome://extensions/`.
- Enable Developer mode by toggling the switch in the top-right corner.
- Click on "Load unpacked" and select the directory where you cloned the repository.
3. **Usage:**
- After installing the extensions, you can use them by clicking on their respective icons in the Chrome toolbar.
- Follow the on-screen instructions or refer to the extension descriptions above for guidance on how to use each extension.## Note:
- Ensure you review Facebook's and YouTube's terms of service before using these extensions for scraping or automating actions.