Youtube Shorts Plus
Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Co to jest Youtube Shorts Plus?
Youtube Shorts Plus to rozszerzenie Chrome opracowane przez ochengh, a jego główną funkcją jest „Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Shorts Plus
Pobierz pliki rozszerzeń Youtube Shorts Plus 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
You can hide/show/change to video mode for all the Shorts on Youtube
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube Shorts Plus |
ID | pfhceooeilmbnpglhjbaoiapbljoecaa |
Oficjalny URL | https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa |
Opis | Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube |
Rozmiar pliku | 65.33 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2023-02-22 |
Data Publikacji | 2023-02-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ochengh |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "manifest_version": 3, "name": "Youtube Shorts Plus", "version": "2.0", "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/third\/jquery.min.js", "blocker.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" }, "action": { "default_popup": "\/popup\/popup.html", "default_icon": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" } }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |