NewTube (YouTube Customizer & Enhancement)

Customize your YouTube website with a lot customizable.

NewTube (YouTube Customizer & Enhancement)คืออะไร?

NewTube (YouTube Customizer & Enhancement) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://azpepoze.github.io/Portfolio และคุณลักษณะหลักของมันคือ "Customize your YouTube website with a lot customizable."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewTube (YouTube Customizer & Enhancement)

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

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

                        *For simple! you just download and try new YouTube looking!!!*

This is NewTube (YouTube Customizer & Enhancement) is a tool that have a lot customizable and easy to use. You can use it by not have to know about code.

Here are examples:
1.Change YouTube color
2.Add UI animation
3.Background Video (Video Ambient)
4.Change position of element (such as move video control panel to under of the video)
5.Change font
6.Remove black bar (such as top and bottom black bar, compatible with color bar)
7.Flyout Video (Show video after scroll down)
8.Auto Picture In Picture (PIP) mode & Auto leave Picture In Picture (PIP)
--- AND MORE THAT I'M LAZY TO LIST IT 🤣🤣🤣!! (Are just small features) --

P.S. I'm sorry. I’m not good at speaking English, please forgive me if I make mistakes.                    

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

ชื่อ NewTube (YouTube Customizer & Enhancement) NewTube (YouTube Customizer & Enhancement)
ID dnjjchajjdnfbjhjclmilicgheglcopj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/newtube-youtube-customize/dnjjchajjdnfbjhjclmilicgheglcopj
คำอธิบาย Customize your YouTube website with a lot customizable.
ขนาดไฟล์ 88.36 KB
จำนวนการติดตั้ง 1,469
เวอร์ชันปัจจุบัน 4.12.2
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-03-06
คะแนน 4.81/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://azpepoze.github.io/Portfolio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/AzPepoze/Newtube
URL หน้าช่วยเหลือ https://discord.com/invite/BgxvVqap4G
URL หน้านโยบายความเป็นส่วนตัว https://github.com/AzPepoze/Newtube/blob/main/Privacy%20policy.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NewTube (YouTube Customizer & Enhancement)",
    "author": "AzPepoze",
    "version": "4.12.2",
    "description": "Customize your YouTube website with a lot customizable.",
    "homepage_url": "https:\/\/github.com\/AzPepoze\/Newtube",
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "icon\/128.png",
        "64": "icon\/64.png",
        "32": "icon\/32.png",
        "16": "icon\/16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/giscus.app\/*",
                "*:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/music.youtube.com\/*"
            ],
            "js": [
                "NewtubeMain.js",
                "scripts\/etc.js",
                "scripts\/color-thief.min.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/giscus.app\/*"
            ],
            "js": [
                "ThemeSelecter.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "Background.js"
    },
    "commands": {
        "Enable": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "Toggle Enable"
        },
        "Setting": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Toggle Setting"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/music.youtube.com\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "Newtube@AzPepoze"
        }
    }
}