<!--
{
  "availability" : [
    "Xcode: 14.0.0 -",
    "macOS: 13.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/creating-safari-web-inspector-extensions",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Creating Safari Web Inspector extensions"
}
-->

# Creating Safari Web Inspector extensions

Learn how to make custom Safari Web Inspector extensions.

## Overview

> Note: This sample code project is associated with WWDC22 session [10100: Create Safari Web Inspector Extensions](https://developer.apple.com/wwdc22/10100/).

### Configure the sample code project

Before you run the sample code project in Xcode, open Safari and choose Develop > Allow Unsigned Extensions.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)