No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
Co to jest No Youtube Studio Comment Widget?
No Youtube Studio Comment Widget to rozszerzenie Chrome opracowane przez RetroBoyDev, a jego główną funkcją jest „Remove the last comment widget from youtube studio”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia No Youtube Studio Comment Widget
Pobierz pliki rozszerzeń No Youtube Studio Comment Widget 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
Remove the last comments widget from the youtube studio dashboard
Podstawowe informacje o rozszerzeniu
Nazwa | No Youtube Studio Comment Widget |
ID | gpdhpiginbghlgogopajjfmiggodhbee |
Oficjalny URL | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
Opis | Remove the last comment widget from youtube studio |
Rozmiar pliku | 43.39 KB |
Liczba instalacji | 11,963 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-05-10 |
Data Publikacji | 2023-05-09 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | RetroBoyDev |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://bit.ly/retro-privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Youtube Studio Comment Widget", "version": "1.0", "description": "Remove the last comment widget from youtube studio", "content_scripts": [ { "run_at": "document_idle", "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |