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

Vad är Fix Youtube Date Bug?

Fix Youtube Date Bug är en Chrome-tillägg utvecklad av joseguilhermefmoura, och dess huvudfunktion är "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

Tilläggsskärmbilder

screenshot

Ladda ner Fix Youtube Date Bug-förlängningens CRX-fil

Ladda ner Fix Youtube Date Bug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
Officiell webbadress https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Beskrivning The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Filstorlek 3.69 KB
Antal Installationer 268
Aktuell Version 1.1.0
Senast Uppdaterad 2021-10-25
Publiceringsdatum 2021-10-25
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare joseguilhermefmoura
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Hjälpsida URL https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Stödda Språk 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\/*"
            ]
        }
    ]
}