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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}