Fit Video Display

An amazing extension to adjust your video temperature and many other properties! Therefore Fit Video Display helps protecting your…

Fit Video Display란 무엇입니까?

Fit Video Display은(는) jl5986496에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An amazing extension to adjust your video temperature and many other properties! Therefore Fit Video Display helps protecting your…"입니다.

확장 프로그램 스크린샷

screenshot

Fit Video Display 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An amazing extension to adjust your video temperature and many other properties!
Therefore Fit Video Display helps protecting your eyes and improve your sleeping cycles.

The extension can control 10 other filters to reduce eye strain and enjoy a better night viewing experience: temperature, brightness, contrast, gamma, opacity, saturate, grayscale, sepia, invert, hue-rotate and blur.

Also, it improves the visual quality of videos and enables you to enjoy more vibrant images at all times.
With Fit Video Display you can easily manage filters (change or reset) while streaming.

~~ Contact Us ~~

Email : [email protected]

For more information please visit our site: https://fitvideodisplay.network/                    

확장 프로그램 기본 정보

이름 Fit Video Display Fit Video Display
ID hcclkobidmhofcjpdbaeomndhdabboog
공식 URL https://chrome.google.com/webstore/detail/fit-video-display/hcclkobidmhofcjpdbaeomndhdabboog
설명 An amazing extension to adjust your video temperature and many other properties! Therefore Fit Video Display helps protecting your…
파일 크기 952 KB
설치 횟수 3,000
현재 버전 1.0.0.31
최근 업데이트 2022-04-28
출시 날짜 2022-04-28
평점 5.00/5 총 1 개의 평점
개발자 jl5986496
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fitvideodisplay.network/
도움말 페이지 URL https://fitvideodisplay.network/#section-features
개인정보 보호 정책 페이지 URL https://www.videoadskipper.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fit Video Display",
    "description": "",
    "version": "1.0.0.31",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "img\/16.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}