WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HaramMute - Remove Background Music from YouTube Videos

HaramMute - Remove Background Music from YouTube Videos

View on Chrome Web Store
View HaramMute - Remove Background Music from YouTube Videos Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (152 ratings)
1 new ratings
218 views
This extension has been viewed 218 times
2 downloads
This extension has been downloaded 2 times

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

Remove background music from videos with one click. Keep the dialogue, lose the music.
Type
Extension
Users
10,000 users
10K
Website haram-mute.com
Mohamed Alganzory
View author page of Mohamed Alganzory
Published
Published on January 13, 2026
Version 1.0.5
Manifest version
3
Updated
Updated on February 2, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View HaramMute - Remove Background Music from YouTube Videos 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",
    "manifest_version": 3,
    "name": "HaramMute - Remove Background Music from YouTube Videos",
    "version": "1.0.5",
    "description": "Remove background music from videos with one click. Keep the dialogue, lose the music.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/127.0.0.1:8765\/*",
        "http:\/\/127.0.0.1:8766\/*",
        "http:\/\/127.0.0.1:8767\/*",
        "http:\/\/127.0.0.1:8768\/*",
        "http:\/\/localhost:8765\/*",
        "http:\/\/localhost:8766\/*",
        "http:\/\/localhost:8767\/*",
        "http:\/\/localhost:8768\/*"
    ],
    "author": "[email protected]",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/us.i.posthog.com https:\/\/us-assets.i.posthog.com https:\/\/api.haram-mute.com http:\/\/127.0.0.1:8765 http:\/\/127.0.0.1:8766 http:\/\/127.0.0.1:8767 http:\/\/127.0.0.1:8768;"
    },
    "background": {
        "service_worker": "dist\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/posthog-content-bundle.js",
                "ding.wav",
                "icon.png",
                "icon16.png",
                "icon48.png",
                "icon128.png",
                "icon_loading.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "HaramMute"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "soundtouch.js",
                "dist\/posthog-content-bundle.js",
                "dist\/content.bundle.js"
            ]
        }
    ]
}
© 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