Skip to content

Programmatically get extension name from Chrome extension ID. Useful for DFIR.

License

Notifications You must be signed in to change notification settings

stanfrbd/chrome-extension-to-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension Name Fetcher

This project provides a Python script to fetch the names of Chrome extensions using their IDs.
It supports fetching names for single or multiple extensions and exporting the results to CSV, Excel, or JSON formats.

Features

  • Fetch the name of a Chrome extension using its ID.
  • Support for fetching names of multiple extensions from a file.
  • Export results to CSV, Excel, or JSON formats.
  • Proxy support for requests.

Requirements

  • Python 3.6+
  • requests
  • beautifulsoup4
  • aiohttp
  • pandas
  • xlsxwriter

Installation

  1. Clone the repository:

    git clone https://github.com/stanfrbd/chrome-extension-to-name.git
    cd chrome-extension-to-name
  2. Install the required packages:

    pip install -r requirements.txt

Usage

Fetching a Single Extension Name

To fetch the name of a single Chrome extension using its ID:

python chrome-extension-to-name.py <extension_id> [-p <proxy>]

Fetching Multiple Extension Names from a File

To fetch the names of multiple Chrome extensions from a file containing their IDs:

python chrome-extension-to-name.py -f <file_path> [-p <proxy>] [--csv <output_csv>] [--excel <output_excel>] [--json <output_json>]

Example

Fetch the name of a single extension:

python chrome-extension-to-name.py aaaaaaaaaaaaaaaabbbbbbbbbbbbbb

Fetch names from a file and export to CSV:

python chrome-extension-to-name.py -f extensions.txt --csv output.csv

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Contact

For any questions or suggestions, please open an issue on GitHub.

About

Programmatically get extension name from Chrome extension ID. Useful for DFIR.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages