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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color Adjustment/10Band EQ/Chorus/Delay/Reverb/Playback Rate/Loop/Panels"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML5 Video Tag Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}