HTML5 Audio Tag Sound Effects

10 Band Graphic Equalizer/Chorus/Delay/Reverb

HTML5 Audio Tag Sound Effectsคืออะไร?

HTML5 Audio Tag Sound Effects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kunihiro Ando และคุณลักษณะหลักของมันคือ "10 Band Graphic Equalizer/Chorus/Delay/Reverb"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML5 Audio Tag Sound Effects

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

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

                        You should see a icon in the address bar of your browser if there are any audio/video tags on your page.


-------doesn't work?-------
  please reload page
---------------------------



Left-click Enable/Disable.
Right-click it and select Options. 



v1.6 bugfix



It works for audio/video sites such as YouTube, Google Play Music.




10 Band Graphic Equalizer
Chorus
Delay
Reverb




v1.4 bugfix google play music script




----Video Tag Ver----
HTML5 Audio Tag Sound Effects

https://chrome.google.com/webstore/detail/html5-video-tag-enhancer/ghjcfdhamnkmmjiaponhaoikkhnighpc                    

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

ชื่อ HTML5 Audio Tag Sound Effects HTML5 Audio Tag Sound Effects
ID cpcignakeijfoeckijgbilaccoecmdic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html5-audio-tag-sound-eff/cpcignakeijfoeckijgbilaccoecmdic
คำอธิบาย 10 Band Graphic Equalizer/Chorus/Delay/Reverb
ขนาดไฟล์ 4.32 MB
จำนวนการติดตั้ง 2,080
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2018-01-25
วันที่เผยแพร่ 2018-01-25
คะแนน 4.11/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา Kunihiro Ando
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Audio Tag Sound Effects",
    "description": "10 Band Graphic Equalizer\/Chorus\/Delay\/Reverb",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon19off.png"
        },
        "default_title": "HTML5 Audio Tag Sound Effects"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "Impulse\/*",
        "js\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.8"
}