Fix Youtube Date Bug

The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug

Fix Youtube Date Bugคืออะไร?

Fix Youtube Date Bug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joseguilhermefmoura และคุณลักษณะหลักของมันคือ "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Youtube Date Bug

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

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

                        If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.                    

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

ชื่อ Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
คำอธิบาย The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
ขนาดไฟล์ 3.69 KB
จำนวนการติดตั้ง 268
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-10-25
วันที่เผยแพร่ 2021-10-25
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา joseguilhermefmoura
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
URL หน้าช่วยเหลือ https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fix Youtube Date Bug",
    "version": "1.1.0",
    "description": "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com\/joseguilherme-dev\/Fix-Youtube-Date-Bug",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}