Skip to content

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.

License

Notifications You must be signed in to change notification settings

Anzi15/Chrome-extention-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published