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是由joseguilhermefmoura開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug”。

擴展截圖

screenshot

下載Fix Youtube Date Bug擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}