HTML5 Audio Tag Sound Effects

10 Band Graphic Equalizer/Chorus/Delay/Reverb

什麼是HTML5 Audio Tag Sound Effects?

HTML5 Audio Tag Sound Effects是由Kunihiro Ando開發的Chrome擴展程式,該擴展的主要功能是“10 Band Graphic Equalizer/Chorus/Delay/Reverb”。

擴展截圖

screenshot
screenshot

下載HTML5 Audio Tag Sound Effects擴展crx文件

下載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
官方網址 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"
}