YouTube Squarer

Makes YouTube less round. Slight adjustments to UI.

YouTube Squarerคืออะไร?

YouTube Squarer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Flynn และคุณลักษณะหลักของมันคือ "Makes YouTube less round. Slight adjustments to UI."

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

screenshot

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

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

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

                        Makes YouTube less round by setting the "border-radius" to 0 on many elements.                    

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

ชื่อ YouTube Squarer YouTube Squarer
ID nbagifdoojjnhlhamdgaejmikcfffldm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-squarer/nbagifdoojjnhlhamdgaejmikcfffldm
คำอธิบาย Makes YouTube less round. Slight adjustments to UI.
ขนาดไฟล์ 1009 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-11-03
วันที่เผยแพร่ 2022-10-28
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Brandon Flynn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Squarer",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Makes YouTube less round. Slight adjustments to UI.",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}