Youtube Customizer

make Youtube pretty:)

What is Youtube Customizer?

Youtube Customizer is a Chrome extension developed by Parsajbc, and its main feature is "make Youtube pretty:)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Youtube Customizer Extension CRX File

Download Youtube Customizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Welcome to Youtube stylizer. This extension helps you apply the themes you want to the old boring Youtube. You can use the themes we made or make your own.                    

Extension Basic Information

Name Youtube Customizer Youtube Customizer
ID akdjdcgolfggaglfjcbmkepkfbnjdhaj
Official URL https://chromewebstore.google.com/detail/youtube-customizer/akdjdcgolfggaglfjcbmkepkfbnjdhaj
Description make Youtube pretty:)
File Size 589 KB
Installation Count 409
Current Version 0.2.2
Last Updated 2022-08-10
Publish Date 2022-06-21
Rating 4.75/5 Total 4 Ratings
Developer Parsajbc
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Customizer",
    "description": "make Youtube pretty:)",
    "version": "0.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/ext log 16.png",
            "32": "\/img\/ext log 32.png",
            "48": "\/img\/ext log 48.png",
            "128": "\/img\/ext log 128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/img\/ext log 16.png",
        "32": "\/img\/ext log 32.png",
        "48": "\/img\/ext log 48.png",
        "128": "\/img\/ext log 128.png"
    }
}