Hide youtube
Hide video stream on youtube and listen only audio
What is Hide youtube?
Hide youtube is a Chrome extension developed by Terranode, and its main feature is "Hide video stream on youtube and listen only audio".
Extension Screenshots
Download Hide youtube Extension CRX File
Download Hide youtube 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
Simple but useful extension for hiding video stream on youtube pages. Music lovers would be satisfied. Features: - hiding video only on loaded page - keeping it in hide status during playlist - only 9 kB
Extension Basic Information
Name | |
ID | nacdbpijclfoopcpoimfalgfogbeolel |
Official URL | https://chromewebstore.google.com/detail/hide-youtube/nacdbpijclfoopcpoimfalgfogbeolel |
Description | Hide video stream on youtube and listen only audio |
File Size | 9.61 KB |
Installation Count | 235 |
Current Version | 0.0.2 |
Last Updated | 2018-11-24 |
Publish Date | 2018-11-24 |
Rating | 4.36/5 Total 11 Ratings |
Developer | Terranode |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide youtube", "description": "Hide video stream on youtube and listen only audio", "version": "0.0.2", "permissions": [ "activeTab", "tabs" ], "icons": { "16": "youtube16.png", "32": "youtube32.png", "128": "youtube128.png" }, "browser_action": { "default_title": "Hide video" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |