YouTube Audio Only

Hide Contents for Audio Only on YouTube

What is YouTube Audio Only?

YouTube Audio Only is a Chrome extension developed by http://fiahfy.blogspot.com, and its main feature is "Hide Contents for Audio Only on YouTube".

Extension Screenshots

screenshot
screenshot

Download YouTube Audio Only Extension CRX File

Download YouTube Audio Only extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        * Hide playing video, thumbnails and avatars.                    

Extension Basic Information

Name YouTube Audio Only YouTube Audio Only
ID bcoibpphkjajfgggmbnogddhlebdhllb
Official URL https://chrome.google.com/webstore/detail/youtube-audio-only/bcoibpphkjajfgggmbnogddhlebdhllb
Description Hide Contents for Audio Only on YouTube
File Size 22.59 KB
Installation Count 112
Current Version 0.0.10
Last Updated 2019-09-18
Publish Date 2019-09-18
Rating 3.67/5 Total 3 Ratings
Developer http://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "assets\/icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "YouTube Audio Only",
    "description": "Hide Contents for Audio Only on YouTube",
    "version": "0.0.10"
}