Youtubify

Customize youtube ! Change text, background, icon colors, fonts, choose between patterns !

Youtubifyคืออะไร?

Youtubify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pinheiro.adam และคุณลักษณะหลักของมันคือ "Customize youtube ! Change text, background, icon colors, fonts, choose between patterns ! "

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension let you change text, background, icons colors and fonts ! Customize everything, from menu colors to subscribe button !This add-on let you change the opacity of colors, and let you choose between multiple choice of pattern to use as background ! Choose between 3 basic themes .

Change video playback bar color,subscribe button, choose between 3 different fonts (more to come), over 15 patterns, change text colors individually . Customize youtube how you want it !

To come in future update :

Adding shadows to containers.
Adding borders to containers.
Uploading and adding images as backgrounds.
Adding more fonts and patterns.                    

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

ชื่อ Youtubify Youtubify
ID aiaogccoclgannlkgoagnefiioddkmnc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtubify/aiaogccoclgannlkgoagnefiioddkmnc
คำอธิบาย Customize youtube ! Change text, background, icon colors, fonts, choose between patterns !
ขนาดไฟล์ 889 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-01-04
วันที่เผยแพร่ 2020-01-04
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pinheiro.adam
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pinada.me/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtubify",
    "version": "1.4",
    "description": "Customize youtube ! Change text, background, icon colors, fonts, choose between patterns ! ",
    "icons": {
        "48": "\/images\/icon_48.png",
        "96": "\/images\/logo_chrome.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "buy.js",
                "jquery\/jquery.js",
                "browser-polyfill.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "cookies"
    ],
    "background": {
        "scripts": [
            "buy.js",
            "jquery\/jquery.js",
            "browser-polyfill.js",
            "background-script.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "patterns\/*"
    ],
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/page-16.png",
            "32": "icons\/page-32.png"
        }
    }
}