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 là gì?

Fix Youtube Date Bug là một tiện ích mở rộng Chrome được phát triển bởi joseguilhermefmoura, và tính năng chính của nó là "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix Youtube Date Bug

Tải xuống các tệp mở rộng Fix Youtube Date Bug 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

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

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

Tên Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
URL Chính Thức https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Mô tả The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Kích Thước Tệp 3.69 KB
Số Lần Cài Đặt 268
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-10-25
Ngày Phát Hành 2021-10-25
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển joseguilhermefmoura
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
URL Trang Trợ Giúp https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}