WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Audio Only | Save Data & Battery

YouTube Audio Only | Save Data & Battery

View on Chrome Web Store
View YouTube Audio Only | Save Data & Battery Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (7 ratings)
1 new ratings
63 views
This extension has been viewed 63 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.

Save bandwidth and battery by switching YouTube to audio-only mode. Reduce data usage while still enjoying your favorite content.
Type
Extension
Users
981 users
9
max1
View author page of max1
Published
Published on April 27, 2025
Version 1.1.2
Manifest version
3
Updated
Updated on February 20, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View YouTube Audio Only | Save Data & Battery 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": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/tabplugins.com\/youtube-audio-only-save-data-battery\/",
    "version": "1.1.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "commands": {
        "toggle-audio-only": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Toggle Audio Only Mode"
        },
        "toggle-overlay": {
            "suggested_key": {
                "default": "Ctrl+Shift+O"
            },
            "description": "Toggle Control Button Visibility"
        }
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "YouTube Audio Saver"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.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