HTML5 Audio Tag Sound Effects

10 Band Graphic Equalizer/Chorus/Delay/Reverb

HTML5 Audio Tag Sound Effects là gì?

HTML5 Audio Tag Sound Effects là một tiện ích mở rộng Chrome được phát triển bởi Kunihiro Ando, và tính năng chính của nó là "10 Band Graphic Equalizer/Chorus/Delay/Reverb".

Ả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 HTML5 Audio Tag Sound Effects

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

                        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                    

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

Tên HTML5 Audio Tag Sound Effects HTML5 Audio Tag Sound Effects
ID cpcignakeijfoeckijgbilaccoecmdic
URL Chính Thức https://chromewebstore.google.com/detail/html5-audio-tag-sound-eff/cpcignakeijfoeckijgbilaccoecmdic
Mô tả 10 Band Graphic Equalizer/Chorus/Delay/Reverb
Kích Thước Tệp 4.32 MB
Số Lần Cài Đặt 2,080
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2018-01-25
Ngày Phát Hành 2018-01-25
Đánh Giá 4.11/5 Tổng số 71 Đánh Giá
Nhà Phát Triển Kunihiro Ando
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}