Amplify

Increase sound volume up to 500%

Amplify là gì?

Amplify là một tiện ích mở rộng Chrome được phát triển bởi Hildegard Williams, và tính năng chính của nó là "Increase sound volume up to 500%".

Ả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 Amplify

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

                        Ever experienced the music or video sound volume is too low?
“Amplify” helps you set your volume up to 500% 🔊

Features:
✅ Boost volume in a single tab, whole site or everywhere 
✅ List of tabs that plays audio and adjust the volume

Limitations:
⚠️ Doesn’t work in full-screen mode
⚠️ Depending on your hardware the sound could be distorted                    

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

Tên Amplify Amplify
ID nedchlmlbnpnkdahnbpdjaghlcaacdgc
URL Chính Thức https://chrome.google.com/webstore/detail/amplify/nedchlmlbnpnkdahnbpdjaghlcaacdgc
Mô tả Increase sound volume up to 500%
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 80,000
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2021-07-16
Ngày Phát Hành 2020-09-23
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Hildegard Williams
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.notion.so/Privacy-policy-Amplify-2f0de25708584b85be8339a1feefea64
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "analytics.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png",
            "48": "icon-48.png",
            "16": "icon-16.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_app_name__"
    },
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "version": "1.4.2",
    "web_accessible_resources": [
        "*.css"
    ]
}