TheBeat Graphical Audio EQualizer

TheBeat.in Graphical EQualizer for Chrome

TheBeat Graphical Audio EQualizerคืออะไร?

TheBeat Graphical Audio EQualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thebeat.in และคุณลักษณะหลักของมันคือ "TheBeat.in Graphical EQualizer for Chrome"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheBeat Graphical Audio EQualizer

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

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

                        Graphical Audio Equalizer and Spectrum Analyzer to enhance your Audio experience when listening to music on the web. This Extension is specifically designed to work flawlessly with thebeat.in, but can be used on most places you might listen to your favorite music online!

Features 

- Pre Amplifies Audio, you might get an additional 20% volume
- Presets to store your own Equalizer settings
- Spectral Analyzer to visualize the Audio Stream                    

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

ชื่อ TheBeat Graphical Audio EQualizer TheBeat Graphical Audio EQualizer
ID mfidonbjmjbokoooiblfgaepbnemebge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/thebeat-graphical-audio-e/mfidonbjmjbokoooiblfgaepbnemebge
คำอธิบาย TheBeat.in Graphical EQualizer for Chrome
ขนาดไฟล์ 74.12 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-11-02
วันที่เผยแพร่ 2017-11-01
คะแนน 3.58/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา https://thebeat.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thebeat.in
URL หน้านโยบายความเป็นส่วนตัว https://thebeat.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "common\/const.js",
            "background\/background.js",
            "background\/visualizer.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "TheBeat.in Audio EQualizer"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "common\/const.js",
                "page\/page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "TheBeat.in Graphical EQualizer for Chrome",
    "homepage_url": "https:\/\/thebeat.in\/",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "256": "256.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "TheBeat Graphical Audio EQualizer",
    "short_name": "GAEQ",
    "permissions": [
        "tabs",
        "activeTab",
        "tabCapture",
        "alarms",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.0.1"
}