Video Filter

Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.

Video Filter क्या है?

Video Filter Ding Dong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result."।

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

screenshot
screenshot

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

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

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

                        Video Filter works everywhere: YouTube, Vimeo, Facebook, Netflix, HTML5 video and so on.
Available filters:
* brightness
* contrast
* gamma
* saturate
* grayscale
* sepia
* hue-rotate
* flood (SVG display on)
* image
* blur
* opacity
* blend
* composite
* merge
* morphology
* SVG-code

Keyboard shortcut (only when a video tag is active) :
* "NumpadMultiply" key to toggle on/off 
* "A"/"D" key to skip forward/backward video 5 seconds                    

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

नाम Video Filter Video Filter
ID fmeihcjcpeiadlombalojgaikfmdobbl
आधिकारिक URL https://chromewebstore.google.com/detail/video-filter/fmeihcjcpeiadlombalojgaikfmdobbl
विवरण Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.
फ़ाइल का आकार 37.41 KB
स्थापना संख्या 2,161
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2022-04-12
प्रकाशन तिथि 2020-02-09
रेटिंग 4.74/5 कुल 43 रेटिंग्स
डेवलपर Ding Dong
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Filter",
    "description": "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.",
    "version": "1.0.3",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ico\/x16.png",
        "48": "ico\/x48.png",
        "128": "ico\/x128.png"
    },
    "author": "DingDong",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "ico\/x16.png",
            "24": "ico\/x24.png",
            "32": "ico\/x32.png"
        },
        "default_title": "Video Filter",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 3
}