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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fix Youtube Date Bug एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
            ]
        }
    ]
}