PokeTube Theme for YouTube

This theme typically involves incorporating Pokemon-related elements, such as Pokemon sprites, logos, or colors, into the design.

PokeTube Theme for YouTube là gì?

PokeTube Theme for YouTube là một tiện ích mở rộng Chrome được phát triển bởi https://cusmize.com, và tính năng chính của nó là "This theme typically involves incorporating Pokemon-related elements, such as Pokemon sprites, logos, or colors, into the design.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PokeTube Theme for YouTube

Tải xuống các tệp mở rộng PokeTube Theme for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Skin for YouTube channel "Pokemon" is an attractive and unique design created especially for fans and fans of Pokemon.


At the heart of the skin is a vibrant and dynamic style that reflects the energy and excitement inherent in the world of Pokemon.
It is designed in accordance with the official Pokemon graphic style, using original elements and symbols from games, the animated series and other media works.

The main colors of the YouTube Pokemon skin include rich hues of red, blue and yellow, symbolizing famous protagonists such as Pikachu and Ash. The skin's design is complemented by a variety of Pokémon depicted in friendly poses and bright colors that create an atmosphere of magic and adventure.

The Pokemon logo, styled to match the skin, will appear in various design elements such as video titles, channel avatars, and background images.

A YouTube skin can also contain additional elements such as animations, transitions, and custom icons to create even more dynamics and originality in the content.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PokeTube Theme for YouTube PokeTube Theme for YouTube
ID afoimbgnoeflgmgfhecbjcfeoebekpng
URL Chính Thức https://chromewebstore.google.com/detail/poketube-theme-for-youtub/afoimbgnoeflgmgfhecbjcfeoebekpng
Mô tả This theme typically involves incorporating Pokemon-related elements, such as Pokemon sprites, logos, or colors, into the design.
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 381
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2023-06-08
Ngày Phát Hành 2023-05-22
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://cusmize.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://youtube-customizer.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "\/assets\/icons\/icon-32.png",
            "64": "\/assets\/icons\/icon-64.png",
            "128": "\/assets\/icons\/icon-128.png",
            "256": "\/assets\/icons\/icon-256.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube-customizer.com\/*",
                "*:\/\/*.cusmize.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube-customizer.com\/*",
            "*:\/\/*.cusmize.com\/*"
        ]
    },
    "icons": {
        "32": "\/assets\/icons\/icon-32.png",
        "64": "\/assets\/icons\/icon-64.png",
        "128": "\/assets\/icons\/icon-128.png",
        "256": "\/assets\/icons\/icon-256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "version": "2.2.1",
    "version_name": "2.2.1",
    "web_accessible_resources": [
        {
            "resources": [
                "*.*",
                "\/images\/*.*",
                "\/assets\/*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}