Audio only on YouTube™

Yes it is possible to play no video on YouTube only audio

Audio only on YouTube™คืออะไร?

Audio only on YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.downloadhub.cloud และคุณลักษณะหลักของมันคือ "Yes it is possible to play no video on YouTube only audio"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio only on YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย Audio only on YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can easily load YouTube videos with audio-only content using Audio🔊 only on YouTube™. On/Off switches are provided by toolbar buttons. The add-on is active when the button's colour is red, and it is inactive when the button's colour is lite grey. Please be aware that the default state is on. The addon automatically loads the audio source only and stops the video content from loading when you open a YouTube page and play a video. Due to the fact that the video content is much larger than the audio content, you will be able to conserve internet bandwidth in this way. Additionally, there is no need to load the video content at all if all you want to do is listen to the video.

✅ Features
 ▶ YouTube can be switched to audio only with a single click.
 ▶ only applies to HTML5 video elements (flash is not supported).
 ▶ includes a background image as a placeholder for the video elements.
 ▶ Available across all operating systems for the browsers.
 ▶Very lite and easy to use Extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Audio only on YouTube™ Audio only on YouTube™
ID djcbokandljfpbkcdmegigkojipnnnba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/audio-only-on-youtube/djcbokandljfpbkcdmegigkojipnnnba
คำอธิบาย Yes it is possible to play no video on YouTube only audio
ขนาดไฟล์ 77.92 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2023-01-07
วันที่เผยแพร่ 2023-01-06
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.downloadhub.cloud
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.downloadhub.cloud/2023/01/yes-it-is-possible-to-play-no-video-on.html
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhub.cloud/p/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "Audio only on YouTube\u2122"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": []
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/embed*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Yes it is possible to play no video on YouTube only audio",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/yes-it-is-possible-to-play-no-video-on.html",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.googlevideo.com\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Audio only on YouTube\u2122",
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "short_name": "audio-on-youtube",
    "version": "0.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script.js"
            ]
        }
    ]
}