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

Apa itu Fix Youtube Date Bug?

Fix Youtube Date Bug adalah ekstensi Chrome yang dikembangkan oleh joseguilhermefmoura, dan fitur utamanya adalah "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fix Youtube Date Bug

Unduh file ekstensi Fix Youtube Date Bug dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
URL Resmi https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Deskripsi The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Ukuran File 3.69 KB
Jumlah Instalasi 268
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-10-25
Tanggal Publikasi 2021-10-25
Penilaian 4.00/5 Total 4 Penilaian
Pengembang joseguilhermefmoura
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
URL Halaman Bantuan https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}