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

Co to jest Fix Youtube Date Bug?

Fix Youtube Date Bug to rozszerzenie Chrome opracowane przez joseguilhermefmoura, a jego główną funkcją jest „The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fix Youtube Date Bug

Pobierz pliki rozszerzeń Fix Youtube Date Bug w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
Oficjalny URL https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Opis The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Rozmiar pliku 3.69 KB
Liczba instalacji 268
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-10-25
Data Publikacji 2021-10-25
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper joseguilhermefmoura
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Adres URL Strony Pomocy https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}