Shorts Time

Shorts Time

Co to jest Shorts Time?

Shorts Time to rozszerzenie Chrome opracowane przez Vladymyr Borblyk, a jego główną funkcją jest „Shorts Time”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Shorts Time

Pobierz pliki rozszerzeń Shorts Time 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

                        The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC                    

Podstawowe informacje o rozszerzeniu

Nazwa Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
Oficjalny URL https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
Opis Shorts Time
Rozmiar pliku 173 KB
Liczba instalacji 44
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-08-16
Data Publikacji 2023-08-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Vladymyr Borblyk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mozgion.com/
Adres URL Strony Pomocy https://mozgion.com/contacts/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shorts Time",
        "default_popup": "popup.html"
    },
    "name": "Shorts Time",
    "description": "Shorts Time",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/app.js"
            ],
            "css": [
                "\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}