HTML5 Video Tag Enhancer

Color Adjustment/10Band EQ/Chorus/Delay/Reverb/Playback Rate/Loop/Panels

HTML5 Video Tag Enhancerとは何ですか?

HTML5 Video Tag EnhancerはKunihiro Andoによって開発されたChromeの拡張機能で、その主な機能は「Color Adjustment/10Band EQ/Chorus/Delay/Reverb/Playback Rate/Loop/Panels」です。

拡張機能のスクリーンショット

screenshot
screenshot

HTML5 Video Tag Enhancer拡張機能のCRXファイルをダウンロード

HTML5 Video Tag Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

 

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



Left-click Pop-up Window.
Right-click it and select Options. 



It works for video sites such as YouTube ...



Color Adjustment
10 Band Graphic Equalizer
Chorus
Delay
Reverb
Playback Rate
Loop


v2.1
  bugfix
v2.0 
  Picture-in-Picture

v1.5 added
  Target Tag
  Panel Tab



----Audio Tag Ver----

HTML5 Audio Tag Sound Effects

https://chrome.google.com/webstore/detail/html5-audio-tag-sound-eff/cpcignakeijfoeckijgbilaccoecmdic                    

拡張機能の基本情報

名前 HTML5 Video Tag Enhancer HTML5 Video Tag Enhancer
ID ghjcfdhamnkmmjiaponhaoikkhnighpc
公式URL https://chromewebstore.google.com/detail/html5-video-tag-enhancer/ghjcfdhamnkmmjiaponhaoikkhnighpc
説明 Color Adjustment/10Band EQ/Chorus/Delay/Reverb/Playback Rate/Loop/Panels
ファイルサイズ 4.33 MB
インストール数 1,751
現在のバージョン 2.1
最終更新日 2020-02-12
公開日 2020-02-12
評価 4.50/5 合計 18 レビュー
開発者 Kunihiro Ando
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Video Tag Enhancer",
    "description": "Color Adjustment\/10Band EQ\/Chorus\/Delay\/Reverb\/Playback Rate\/Loop\/Panels",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png"
        },
        "default_title": "HTML5 Video Tag Enhancer",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "Impulse\/*"
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "version": "2.1"
}