Youtube Advanced

A Youtube Experience Enhancer

Youtube Advancedคืออะไร?

Youtube Advanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wolf Schulz และคุณลักษณะหลักของมันคือ "A Youtube Experience Enhancer"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Advanced

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Advanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With An In YouTube Settings Menu And Extensive Access To Tweaks, This Is The Extension To Enhance Your YouTube Experience. 

True Dark Mode, An Equalizer, Font Tweaks, A Custom Looper, A Cool Looking Particle System You Can Use As Background, YouTube Advanced Offers It All And There Is More To Come.

Functions
-Change All The Colors Of YouTube To Your Liking, Color YouTube The Way You Want To, Or 
 Choose From A Few Pre-Made Profiles.

-Custom Background Image, Choose Where And How To Apply The Image, You Can Also Apply 
 Image Effects To The Image And More.

-Custom Particle System, Particle Swarm Written By Bas Groothedde, Fully Integrated In 
 YouTube Advanced, With Additional Features And Performance Improvements.

-Font Tweaks, Make Text Appear The Way You Want It To, Increase The Font-size and Change 
 The Font.
-Hide Scrollbar's, Hide YouTube's Scrollbars Or Change The Way They Look.
-Custom CSS, Insert Your Own CSS Rules.
-Equalizer, Bass Boost, Make Voices Better To Hear, Make The Audio Sound The Way You Want 
 To.
-Advanced Looper, Loop Videos Between Specific Points.

Changelog 1.8.1
-Settings Menu Moved To YouTube, It Is Now Accessible Under Youtube.com/account_advanced
-Improved General Performance And Added A Particle System.
-Also Added A Pop-up Page To Redirect You To The Settings Page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Advanced Youtube Advanced
ID oiadkhlhhagldfgagmhefkpagmimdahh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-advanced/oiadkhlhhagldfgagmhefkpagmimdahh
คำอธิบาย A Youtube Experience Enhancer
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 808
เวอร์ชันปัจจุบัน 1.8.1.3
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2020-09-28
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Wolf Schulz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Advanced",
    "version": "1.8.1.3",
    "author": "Wolf Schulz",
    "description": "A Youtube Experience Enhancer",
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "128": "Rescources\/Images\/YoutubeAdvancedLogo.png"
    },
    "background": {
        "service_worker": "OnFirstLoad.js"
    },
    "action": {
        "default_popup": "Rescources\/Scripts\/ToSettings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "MainInject.js",
                "OptionPage.js"
            ],
            "run_at": "document_start"
        }
    ]
}