Boom3D 5.1 Surround for Netflix

Enables 5.1 Audio Tracks for Netflix

Boom3D 5.1 Surround for Netflixคืออะไร?

Boom3D 5.1 Surround for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Global Delight Technologies Pvt Ltd และคุณลักษณะหลักของมันคือ "Enables 5.1 Audio Tracks for Netflix"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boom3D 5.1 Surround for Netflix

ดาวน์โหลดไฟล์ส่วนขยาย Boom3D 5.1 Surround for Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Hey there! We're the team behind Boom 3D, and we've created the ultimate Chrome extension to give you an incredible Netflix experience. With our extension, you can enjoy high-quality 5.1 surround sound and 1080p video with compatible content on Netflix.

Now, we know you're probably thinking, "But wait, doesn't this cost extra?" Nope! The extension is completely free to download and use, and if you want to explore more of our desktop app Boom 3D's features, you can also download a 30-day free trial of the software, you won’t regret it. The desktop app will take your sound to a whole new level of immersion and realism with our patented 3D audio technology, and it works with absolutely ANY headphones.

But why is 5.1 surround sound so great? Well, when you're watching a movie or show, you want to feel like you're right in the middle of the action, right? 5.1 surround sound does exactly that. With five separate audio channels plus a subwoofer channel, you get a more realistic and immersive audio experience. You can hear every detail, from subtle whispers to thunderous explosions, and feel like you're right in the middle of the scene.

We created this extension to help you take your Netflix experience to the next level. By enabling 5.1 output, you can enjoy a more immersive and cinematic viewing experience, all from the comfort of your own home.

It's important to note that the 5.1 audio can only be enabled on compatible content. 1080p video can only be enabled on select Netflix plans and require sufficient internet bandwidth.

Overall, we're really excited about the Chrome extension, and we hope you are too! So what are you waiting for? 
Enable the extension and start experiencing your favorite shows and movies like never before.

Disclaimer: The Netflix trademark belongs to Netflix, Inc. This extension has no affiliation or connection to Netflix or any other third-party companies.		

Follow us on:
•	Twitter: https://twitter.com/boomapp/ 
•	Facebook: https://facebook.com/boomapp/ 
•	Instagram: https://www.instagram.com/boomaudioapp 
•	YouTube: https://www.youtube.com/@BoomAudioApp                    

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

ชื่อ Boom3D 5.1 Surround for Netflix Boom3D 5.1 Surround for Netflix
ID ndjhebiohmanieefhnhcmlbflfljmhdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boom3d-51-surround-for-ne/ndjhebiohmanieefhnhcmlbflfljmhdn
คำอธิบาย Enables 5.1 Audio Tracks for Netflix
ขนาดไฟล์ 1.34 MB
จำนวนการติดตั้ง 11,900
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2023-04-03
คะแนน 4.71/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Global Delight Technologies Pvt Ltd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.globaldelight.com/boom/
URL หน้าช่วยเหลือ https://www.globaldelight.com/contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boom3D 5.1 Surround for Netflix",
    "short_name": "Boom3D \u2665\ufe0f Netflix",
    "description": "Enables 5.1 Audio Tracks for Netflix",
    "version": "1.0",
    "default_locale": "en",
    "author": "Based on original extension by truedread, modified by binitGajera and GDTPL",
    "homepage_url": "https:\/\/www.globaldelight.com",
    "icons": {
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png",
            "48": "images\/toolbar-icon-48.png",
            "72": "images\/toolbar-icon-72.png"
        },
        "default_title": "Netflix options for Boom 3D",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/assets.nflxext.com\/*\/ffe\/player\/html\/*",
                "*:\/\/www.assets.nflxext.com\/*\/ffe\/player\/html\/*",
                "*:\/\/*.a.nflxso.net\/sec\/*\/ffe\/player\/html\/*",
                "*:\/\/netflix.com\/*",
                "*:\/\/www.netflix.com\/*"
            ],
            "all_frames": true,
            "css": [
                "style_fix.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "netflix_max_bitrate.js",
                "cadmium-playercore-6.0039.001.911.js"
            ],
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/assets.nflxext.com\/*",
        "*:\/\/a.nflxso.net\/*",
        "*:\/\/www.netflix.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "redirect_to_patched",
                "enabled": true,
                "path": "redirect_rules.json"
            }
        ]
    }
}