YouTube color adjust

Adjust youtube videos

YouTube color adjustคืออะไร?

YouTube color adjust เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ramzan.dev0 และคุณลักษณะหลักของมันคือ "Adjust youtube videos"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube color adjust

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}