WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DualWield Audio

DualWield Audio

View on Chrome Web Store
View DualWield Audio Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Play audio from two Chrome tabs, one in each ear.
Type
Extension
Users
56 users
1
ArmenArmen
View author page of ArmenArmen
Published
Published on August 7, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on August 7, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View DualWield Audio 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": "DualWield Audio",
    "version": "1.0.1",
    "description": "Play audio from two Chrome tabs, one in each ear.",
    "permissions": [
        "tabs",
        "tabCapture",
        "activeTab",
        "storage",
        "scripting",
        "offscreen",
        "notifications",
        "downloads"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            },
            "description": "Open DualWield popup"
        },
        "swap-all": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Swap all audio sources between ears"
        },
        "add-to-left": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "Add current tab to LEFT ear"
        },
        "add-to-right": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Add current tab to RIGHT ear"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "background_blank.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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