8D

8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound

8D là gì?

8D là một tiện ích mở rộng Chrome được phát triển bởi leoforiosmenelao, và tính năng chính của nó là "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 8D

Tải xuống các tệp mở rộng 8D dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound.
Just open your favourite multimedia streaming website, press the start button and enjoy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 8D 8D
ID bfjkbhnihjgbahillbebohecpgcdhfao
URL Chính Thức https://chromewebstore.google.com/detail/8d/bfjkbhnihjgbahillbebohecpgcdhfao
Mô tả 8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound
Kích Thước Tệp 1.47 MB
Số Lần Cài Đặt 2,779
Phiên Bản Hiện Tại 6.6.6.1
Cập Nhật Lần Cuối 2018-11-21
Ngày Phát Hành 2018-11-21
Đánh Giá 3.44/5 Tổng số 39 Đánh Giá
Nhà Phát Triển leoforiosmenelao
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "8D",
    "version": "6.6.6.1",
    "description": "8D is able to process in real time all audio streams from your browser, and convert them to fully-immersive 8D sound",
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background3.js",
            "web_audio_scheduler.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "256": "8d.png"
        },
        "default_title": "8D audio",
        "default_popup": "popup.html"
    }
}