Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anzi15/chrome-extention-template
Chrome-extension-template is a simple and user-friendly template for creating Chrome extensions. Kickstart your Chrome extension development with this basic template, which currently focuses on changing YouTube video thumbnails to predefined images. Ideal for developers to start making a extension right away.
https://github.com/anzi15/chrome-extention-template
anzi15 basic-extension broswer-extension chrome-extension javascript js json template
Last synced: 4 days ago
JSON representation
Chrome-extension-template is a simple and user-friendly template for creating Chrome extensions. Kickstart your Chrome extension development with this basic template, which currently focuses on changing YouTube video thumbnails to predefined images. Ideal for developers to start making a extension right away.
- Host: GitHub
- URL: https://github.com/anzi15/chrome-extention-template
- Owner: Anzi15
- License: mit
- Created: 2023-11-27T04:28:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-27T04:47:19.000Z (12 months ago)
- Last Synced: 2023-11-27T05:27:20.500Z (12 months ago)
- Topics: anzi15, basic-extension, broswer-extension, chrome-extension, javascript, js, json, template
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Extension Template
Chrome-extension-template provides a foundational structure for developing Chrome extensions. Whether you're a beginner or an experienced developer, this template serves as a starting point for creating custom Chrome extensions. Currently, the template showcases a basic functionality that alters YouTube video thumbnails to specific images, making it an excellent choice for those looking to experiment with Chrome extension development.## Features
Basic Template: A minimalist template structure to help you get started quickly.
YouTube Thumbnail Replacement: The extension changes YouTube video thumbnails to predefined images for testing purposes.
Easy Customization: Modify and extend the template to suit your specific Chrome extension requirements.
Getting Started## Clone the Repository:
git clone https://github.com/Anzi15/Chrome-extension-template.git## Navigate to the Project Directory:
cd Chrome-extension-template## Load the Extension in Chrome:
Open Chrome and go to chrome://extensions/.
Enable "Developer mode" in the top right corner.
Click on "Load unpacked" and select the project directory.## Test the Extension:
Visit YouTube to see the extension in action.## Customize the Extension:
Explore the code in the src directory to understand and customize the extension's functionality.
Modify the predefined thumbnail images in content.js according to your preferences.## Project Structure
manifest.json: The Chrome extension manifest file, defining the extension's metadata and settings.
content.js: JavaScript content script responsible for altering YouTube video thumbnails.## Contributing
Contributions to enhance or expand this template are welcome! If you have ideas for improvements or additional features, feel free to submit a pull request. For major changes, please open an issue first to discuss the proposed modifications.## License
This project is licensed under the MIT License