YouTube Longs
Redirects tabs opening a YouTube short to open the proper video.
Co to jest YouTube Longs?
YouTube Longs to rozszerzenie Chrome opracowane przez Deathbetray, a jego główną funkcją jest „Redirects tabs opening a YouTube short to open the proper video.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Longs
Pobierz pliki rozszerzeń YouTube Longs 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
Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hgohjdcdlbnpmnopkigclphedadbnlel |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel |
| Opis | Redirects tabs opening a YouTube short to open the proper video. |
| Rozmiar pliku | 17.86 KB |
| Liczba instalacji | 59 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2022-06-05 |
| Data Publikacji | 2022-06-04 |
| Deweloper | Deathbetray |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Longs",
"description": "Redirects tabs opening a YouTube short to open the proper video.",
"version": "1.1",
"author": "Deathbetray",
"manifest_version": 3,
"background": {
"service_worker": "youTubeLongs.js"
},
"permissions": [
"tabs"
],
"icons": {
"16": "\/images\/youTubeLongs-logo-16.png",
"32": "\/images\/youTubeLongs-logo-32.png",
"48": "\/images\/youTubeLongs-logo-48.png",
"128": "\/images\/youTubeLongs-logo-128.png"
},
"action": {
"default_icon": {
"16": "\/images\/youTubeLongs-logo-16.png",
"32": "\/images\/youTubeLongs-logo-32.png",
"48": "\/images\/youTubeLongs-logo-48.png",
"128": "\/images\/youTubeLongs-logo-128.png"
},
"default_title": "YouTube Longs",
"default_popup": "popup.html"
}
} | |