Video Color Enhancer

Video Color Enhancer allows to enhance colors of video by settings brightness, saturation, contract etc.

Video Color Enhancer क्या है?

Video Color Enhancer 010pixel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Color Enhancer allows to enhance colors of video by settings brightness, saturation, contract etc."।

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

screenshot

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

crx प्रारूप में Video Color Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Video Color Enhancer allows to enhance colors of video by settings brightness, saturation, contract etc.

FEATURES:
- Adjust Brightness, Saturation, Contrast, Sepia

TROUBLESHOOTING:
- In case the settings do not applied, try again after refreshing the page

Support this extension: https://donorbox.org/to-sustain-building-google-chrome-extensions

v.1.0.0: (2019/09/29)
Initial upload

v.1.0.1: (2019/09/30)
- Restricted domains to youtube.com, netflix.com, dailymotion.com, vimeo.com
- Solved issue of setting not saved when closing extension

v.1.1.0: (2019/10/05)
- Made the extension available for most of the domains
- Reduced Blur settings

v.1.2.0: (2019/10/05)
- Update all videos in the page

v.1.3.0: (2020/05/14)
- Added: Invert color option                    

एक्सटेंशन की मूल जानकारी

नाम Video Color Enhancer Video Color Enhancer
ID ahfioiamcnpgmfecmmnecajookbmgcdp
आधिकारिक URL https://chromewebstore.google.com/detail/video-color-enhancer/ahfioiamcnpgmfecmmnecajookbmgcdp
विवरण Video Color Enhancer allows to enhance colors of video by settings brightness, saturation, contract etc.
फ़ाइल का आकार 153 KB
स्थापना संख्या 8,529
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2020-05-19
प्रकाशन तिथि 2020-05-18
रेटिंग 4.95/5 कुल 38 रेटिंग्स
डेवलपर 010pixel
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://privacy.010pixel.com/chrome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Color Enhancer",
    "short_name": "video-color-enhancer",
    "description": "Video Color Enhancer allows to enhance colors of video by settings brightness, saturation, contract etc.",
    "version": "1.3.0",
    "author": "010 Pixel",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "Video Color Enhancer"
    },
    "background": {
        "scripts": [
            "background\/background.js",
            "background\/loadscript.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background\/myapp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}