WebExtension.net
WebExtension.net

Audio Only for YouTube™

View on Chrome Web Store
View Audio Only for YouTube™ Chrome Extension on Chrome Web Store
3.5 (37 ratings)

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

Listen to audio (no video) in YouTube and all embedded videos.
Type
Extension
Users
3,000 users
Sevina
View author page of Sevina
Published
Published on November 20, 2018
Version 0.1.9
Manifest version
3
Updated
Updated on June 19, 2024
View on Chrome Web Store
View Audio Only for YouTube™ Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 3,
    "name": "Audio Only for YouTube\u2122",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.googlevideo.com\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/audio-only-for-youtube.html",
    "description": "Listen to audio (no video) in YouTube and all embedded videos.",
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/inject.js"
            ]
        }
    ],
    "action": {
        "default_title": "Audio Only for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youtube.com\/embed*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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