Video Filter
Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.
Vad är Video Filter?
Video Filter är en Chrome-tillägg utvecklad av Ding Dong, och dess huvudfunktion är "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.".
Tilläggsskärmbilder
Ladda ner Video Filter-förlängningens CRX-fil
Ladda ner Video Filter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Video Filter |
ID | fmeihcjcpeiadlombalojgaikfmdobbl |
Officiell webbadress | https://chromewebstore.google.com/detail/video-filter/fmeihcjcpeiadlombalojgaikfmdobbl |
Beskrivning | Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result. |
Filstorlek | 37.41 KB |
Antal Installationer | 2,161 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-04-12 |
Publiceringsdatum | 2020-02-09 |
Betyg | 4.74/5 Totalt 43 Betyg |
Utvecklare | Ding Dong |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |