Tuning Videos

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

Tuning Videos란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

Tuning Videos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

~~ Contact Us ~~

Email : [email protected]

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

확장 프로그램 기본 정보

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