Skip to main content
Glama
510,035 tools. Updated 2026-09-03 18:53

"A guide to developing Chrome extensions" matching MCP tools:

  • List all Chrome extensions with their id, name, version, and enabled status for managing browser extension state.
    MIT
  • Create a named persistent Chrome profile to retain cookies, logins, and extensions across browser runs, offering a reusable user-data directory.
    MIT
  • Clone a Chrome profile into an isolated mcp-stealth location, preserving cookies, history, bookmarks, passwords, and extensions state. Chrome must be closed.
    MIT
  • List, enable, disable, load, or unload Chrome extensions. Controls the master switch for extensions and handles unpacked extensions from a folder.
    MIT
  • Remove a Chrome extension permanently by its extension ID. To keep it installed but disabled, use the separate enable function.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides semantic search capabilities over the Plesk Extensions Guide documentation using Retrieval-Augmented Generation (RAG) and vector embeddings. It enables AI assistants to retrieve relevant technical information and answer natural language queries regarding Plesk extension development.

Matching MCP Connectors

  • Extension and app analytics across Chrome, Edge, Firefox, Google Play, and the Apple App Store.

  • Trust signals for AI agents: an open agent-readiness standard and developer tool guide. Read-only.

  • Permanently delete a Chrome profile and all its data, including cookies, logins, history, and extensions. Switch away from the active profile before deletion.
    MIT
  • Retrieve extension errors from chrome://extensions and recent service worker crash logs to diagnose issues.
    MIT
  • Attach to an already-running Chrome browser via DevTools Protocol for automation, preserving login state, cookies, and extensions. Enable remote debugging in Chrome first.
    MIT
  • Retrieve Kya-Token identity headers to authenticate your HTTP requests. Use after establishing identity with kya_getAgentIdentity for Playwright, browser extensions, or any HTTP client.
    MIT
  • Add a public Chrome extension to Dolphin{anty} profiles using its Chrome Web Store URL. Non-public or unpublished extensions are rejected.
  • Retrieve Chrome Web Store top charts for trending, popular, or notable extensions. Specify country, language, and item count to get structured JSON data for analysis.
    MIT
  • Identify trending Chrome extensions and themes using recent user and rating-count movement data. Filter by category, developer, permissions, status, and other criteria to find emerging items.
    MIT
  • Facet Chrome Web Store data into aggregation buckets by item type, category, developer, permission, or manifest version. Filter by query, rating, and more to analyze extensions.
    MIT