Video Settings

Great extension to adjust your video temperature and many other properties! Therefore Video Settings helps protecting your eyes and…

Video Settings란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Great extension to adjust your video temperature and many other properties!
Therefore Video Settings 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 Video Settings you can easily manage filters (change or reset) while streaming.

~~ Contact Us ~~

Email : [email protected]

~~ ♥ Keep in touch! ~~

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

확장 프로그램 기본 정보

이름 Video Settings Video Settings
ID enoiikfkndboceajnjfblfbkmpgnccok
공식 URL https://chrome.google.com/webstore/detail/video-settings/enoiikfkndboceajnjfblfbkmpgnccok
설명 Great extension to adjust your video temperature and many other properties! Therefore Video Settings helps protecting your eyes and…
파일 크기 952 KB
설치 횟수 5,000
현재 버전 1.0.0.19
최근 업데이트 2022-04-28
출시 날짜 2022-04-28
평점 1.00/5 총 1 개의 평점
개발자 SkipLab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://videosettings.network/
도움말 페이지 URL https://videosettings.network/#section-features
개인정보 보호 정책 페이지 URL http://www.skipads.digital
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Settings",
    "description": "",
    "version": "1.0.0.19",
    "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"
    }
}