Redirect Shorts
Redirects youtube shorts to the normal player
Co to jest Redirect Shorts?
Redirect Shorts to rozszerzenie Chrome opracowane przez manas.bejj, a jego główną funkcją jest „Redirects youtube shorts to the normal player”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redirect Shorts
Pobierz pliki rozszerzeń Redirect Shorts 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
This extension replaces the "/shorts/" from the url with "watch?v=" to play your shorts video on the normal player which is more user friendly on a computer. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lncinpfgcgmphkebnbfpogkgiaadphpi |
| Oficjalny URL | https://chromewebstore.google.com/detail/redirect-shorts/lncinpfgcgmphkebnbfpogkgiaadphpi |
| Opis | Redirects youtube shorts to the normal player |
| Rozmiar pliku | 32.03 KB |
| Liczba instalacji | 2,945 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-03-03 |
| Data Publikacji | 2022-03-03 |
| Ocena | 4.32/5 Łącznie 28 Oceny |
| Deweloper | manas.bejj |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Redirect Shorts",
"version": "1.0",
"manifest_version": 3,
"description": "Redirects youtube shorts to the normal player",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png",
"256": "256.png"
},
"host_permissions": [
"*:\/\/www.youtube.com\/shorts\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"yt.js"
],
"run_at": "document_start"
}
]
} | |