Skip to content

jimolina/bundle-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 BundleBuddy - Chrome Extension

BundleBuddy is a developer tool that helps you analyze JavaScript resources loaded on any webpage. Instantly detect scripts, spot duplicates, and visualize their usage in a clean, intuitive UI.

📦 Check it out on the Chrome Web Store: Click Here!

BundleBuddy - Chrome Extension


🚀 Features

  • ✅ Scan any webpage to list loaded JavaScript files
  • 📂 Group results by domain for easier navigation
  • ⚠️ Detect and highlight duplicate scripts
  • 📊 View both DOM-injected and performance-loaded scripts
  • 🌐 Multi-language support (English, French, and Spanish)

🛠 How It Works

  1. Click the BundleBuddy icon in your browser toolbar
  2. Hit the Scan button
  3. View the results grouped by source domain
  4. Hover over items to see full file URLs
  5. Duplicates are marked with a red ⚠️ warning

🧪 Tech Stack

  • JavaScript (ES6)
  • HTML & CSS
  • Chrome Extension APIs (Manifest V3)
  • i18n localization

🌍 Localization

BundleBuddy supports:

  • 🇺🇸 English
  • 🇫🇷 French
  • 🇪🇸 Spanish

📦 Installation (Development Mode)

  1. Clone this repo
  2. Go to chrome://extensions/
  3. Enable Developer Mode
  4. Click Load unpacked and select the project folder

Privacy

🔒 Privacy First: BundleBuddy does not collect, store, or transmit any user data.
All analysis is performed locally within your browser and never leaves your device.


🤝 Contributing

Pull requests are welcome! If you'd like to see a new feature or language, feel free to open an issue or contribute directly.


📝 License

MIT License — see LICENSE file for details.

About

Chrome extension to analyze JS bundles and detect "possible" duplicates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors