YouTube color adjust

Adjust youtube videos

YouTube color adjustとは何ですか?

YouTube color adjustはramzan.dev0によって開発されたChromeの拡張機能で、その主な機能は「Adjust youtube videos」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

YouTube color adjust拡張機能のCRXファイルをダウンロード

YouTube color adjust拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An easy to adjust youtube videos. This extensions allows users to change youtube videos properties such as color, brightness, contrast and so on as per users comfort.                    

拡張機能の基本情報

名前 YouTube color adjust YouTube color adjust
ID dlhaiikpkghhgmfedkbiepccgnccdnbh
公式URL https://chromewebstore.google.com/detail/youtube-color-adjust/dlhaiikpkghhgmfedkbiepccgnccdnbh
説明 Adjust youtube videos
ファイルサイズ 17.97 KB
インストール数 208
現在のバージョン 1.0.0
最終更新日 2022-01-13
公開日 2022-01-13
評価 4.67/5 合計 3 レビュー
開発者 ramzan.dev0
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube color adjust",
    "description": "Adjust youtube videos",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "r. alee",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        },
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}