Anti-Short
Stop using YouTube's short video player.
Co to jest Anti-Short?
Anti-Short to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Stop using YouTube's short video player.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anti-Short
Pobierz pliki rozszerzeń Anti-Short 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 bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | icndfcelhhpiihkbchfakognjlcchflc |
| Oficjalny URL | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
| Opis | Stop using YouTube's short video player. |
| Rozmiar pliku | 180 KB |
| Liczba instalacji | 37 |
| Aktualna Wersja | 1.0 pre-release |
| Ostatnia Aktualizacja | 2022-04-06 |
| Data Publikacji | 2022-04-06 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/stautonico/anti-short |
| Adres URL Strony Pomocy | https://github.com/stautonico/anti-short |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti-Short",
"version": "1.0",
"version_name": "1.0 pre-release",
"description": "Stop using YouTube's short video player.",
"author": "Steve Tautonico",
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
} | |