Outside Sound

Applies a filter to currently playing audio and makes it sound like you have left the room.

Outside Sound là gì?

Outside Sound là một tiện ích mở rộng Chrome được phát triển bởi thezanke, và tính năng chính của nó là "Applies a filter to currently playing audio and makes it sound like you have left the room.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Outside Sound 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

                        When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all 

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

Tên Outside Sound Outside Sound
ID lebiilodohbecpcjkjfekdeckepapieh
URL Chính Thức https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh
Mô tả Applies a filter to currently playing audio and makes it sound like you have left the room.
Kích Thước Tệp 9.54 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-10-19
Ngày Phát Hành 2020-10-08
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển thezanke
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alexhoward.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outside Sound",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Applies a filter to currently playing audio and makes it sound like you have left the room.",
    "homepage_url": "https:\/\/alexhoward.io",
    "icons": {
        "128": "icons\/icon128-outside.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128-inside.png",
        "default_title": "Step outside ->"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}