{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"}],"enrichment":{"capability":"Detects the version of Chrome installed on Windows, Linux, or macOS without requiring Selenium or external dependencies.","skillfed_tags":["browser-detection","cross-platform"],"use_cases":["Verify Chrome version before launching Undetected Chromedriver or similar automation tools.","Build a CI/CD pipeline that checks for minimum Chrome version before running browser tests.","Write a system diagnostic script that reports installed browser versions across multiple machines.","Conditionally enable or disable features in your application based on the user's Chrome version.","Automate version reporting in a monitoring or inventory management tool."],"what_it_does":"chrome-version is a lightweight Python module that queries your operating system to find and report the version number of an installed Chrome browser. It works on Windows, Linux, and macOS using native OS detection and requires no external dependencies or Selenium. The package provides both a Python API (import and call get_chrome_version()) and a command-line tool (chrome-version) that prints the version string directly.\n\nThe module was created to avoid copy-pasting version-detection code across projects, particularly for use with tools like Undetected Chromedriver. It is actively maintained, supports Python 3.0 and above, and is distributed under the MIT license. The codebase is intentionally simple and educational, making it a practical choice when you need only the Chrome version without the overhead of a browser automation framework.","worth_installing":"Yes. The package is lightweight, dependency-free, actively maintained, and solves a specific problem cleanly. Install it if you need to detect Chrome version on any platform without adding framework overhead. No security issues, permissive license, and low install friction make it a safe choice."},"id":"chrome-version","links":{"html":"https://skillfed.io/packages/chrome-version","md":"https://skillfed.io/packages/chrome-version.md","pypi":"https://pypi.org/project/chrome-version/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-08-09","license_spdx":null,"license_treatment":"permissive","name":"chrome-version","python_support":"supports_current","summary":"Detect the version of Chrome installed on Windows, Linux, Mac. Cross-platform using Python, native OS detection."},"popularity":{"monthly_downloads":77439,"position":14522,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
