Video Styler (brightness and more)

Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!

Video Styler (brightness and more) क्या है?

Video Styler (brightness and more) https://ebnull.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Apply professional photo filters to videos on the fly!
This extension works on all sites with HTML5 players, such as YouTube and Twitch.
You can also combine filters with each other.

[New] Now you can use fully customizable SVG filters (manage and create your own unique filters in SVG format) and combine them with photo filters!

Available filters:
* Brightness
* Contrast
* Saturate
* Grayscale
* Invert
* Sepia
* Hue-Rotate
* Blur
* Customizable SVG

New features on the way.                    

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

नाम Video Styler (brightness and more) Video Styler (brightness and more)
ID bfmgdnjlifbmedglimhnbhgkefanaiep
आधिकारिक URL https://chromewebstore.google.com/detail/video-styler-brightness-a/bfmgdnjlifbmedglimhnbhgkefanaiep
विवरण Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!
फ़ाइल का आकार 118 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2021-05-02
प्रकाशन तिथि 2017-09-05
रेटिंग 4.55/5 कुल 165 रेटिंग्स
डेवलपर https://ebnull.org
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://ebnull.org/privacy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "version": "1.3.3",
    "description": "__MSG_extension_descr__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "author": "ebNULL",
    "permissions": [
        "alarms",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "__MSG_extension_title__",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "vendor\/ebnull-notifier.min.js",
            "vendor\/ext-single-page-opener.min.js",
            "vendor\/ext-storage-manager.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentscripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ]
}