moai-platform-chrome-extension

Featured

Chrome Extension Manifest V3 development specialist covering service workers, content scripts, message passing, chrome.* APIs, side panel, declarativeNetRequest, and Chrome Web Store publishing. Use when building browser extensions.

AI & Automation 1,207 stars 221 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chrome Extension Manifest V3 Development ## Quick Reference Chrome Extension Manifest V3 Development Specialist enables building modern browser extensions with the latest Chrome platform APIs. Auto-Triggers: Chrome extension projects detected via manifest.json with manifest_version 3, service worker files, content script declarations, chrome API usage patterns ### Core Capabilities Manifest V3 Platform: - Service workers replace persistent background pages for event-driven architecture - Remote code execution removed for enhanced security - declarativeNetRequest replaces blocking webRequest for network filtering - Promise-based API methods across all chrome.* APIs - action API unifies browserAction and pageAction into single surface - Supported in Chrome 88 and later Process Architecture: - Service worker runs as single event-driven background script terminating when idle - Content scripts execute in web page context within isolated worlds - Popup and side panel provide dedicated UI surfaces - Options page provides extension settings interface - DevTools panel extends Chrome Developer Tools Communication Patterns: - One-time messages between service worker and content scripts via sendMessage - Long-lived connections via connect with port-based communication - Cross-extension messaging through externally_connectable declaration - Web page to extension messaging for verified origins Security Model: - Content Security Policy restricts script sources to self only - ...

Details

Author
modu-ai
Repository
modu-ai/moai-adk
Created
12 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

chrome-extension

Comprehensive guide for building Chrome extensions with Manifest V3. Use this skill whenever the user mentions Chrome extension, browser extension, manifest.json, content script, service worker (in extension context), popup, side panel, chrome.runtime, chrome.tabs, chrome.storage, chrome.scripting, background script, MV3, Manifest V3, or any Chrome extension API. Also trigger when the user wants to inject scripts into web pages, communicate between page and background, bypass CSP from a content script, build an RPC layer over chrome messaging, or publish to the Chrome Web Store. Covers both new extension projects and adding features to existing ones. Do NOT use for framework-specific questions.

2 Updated today
hssh8917
AI & Automation Featured

chrome-extension

Comprehensive guide for building Chrome extensions with Manifest V3. Use this skill whenever the user mentions Chrome extension, browser extension, manifest.json, content script, service worker (in extension context), popup, side panel, chrome.runtime, chrome.tabs, chrome.storage, chrome.scripting, background script, MV3, Manifest V3, or any Chrome extension API. Also trigger when the user wants to inject scripts into web pages, communicate between page and background, bypass CSP from a content script, build an RPC layer over chrome messaging, or publish to the Chrome Web Store. Covers both new extension projects and adding features to existing ones. Do NOT use for framework-specific questions.

209 Updated 4 days ago
samber
AI & Automation Listed

chrome-extension-development

Expert guidelines for Chrome extension development with Manifest V3, covering security, performance, and best practices

2 Updated 3 days ago
FJRG2007