WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pitch Changer

Pitch Changer

View on Chrome Web Store
View Pitch Changer Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (173 ratings)
3 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Pitch Changer to easily change key of songs. Add this intuitive online pitch shifter plugin and transpose music effortlessly!
Type
Extension
Users
50,000 users
5K
Andrei K.
View author page of Andrei K.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 18, 2024
Version 0.0.2.1
Manifest version
3
Updated
Updated on November 25, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Pitch Changer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2.1",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/96.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "declarativeNetRequestWithHostAccess"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.bundle.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/extensions.ee\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "mainContentScript.bundle.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "isolatedContentScript.bundle.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true,
            "run_at": "document_start",
            "world": "ISOLATED"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mainContentScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "smartProcessor.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "correlatorProcessor.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';  object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top