YouTube Channel ID
Displays the ID of YouTube channels
Co to jest YouTube Channel ID?
YouTube Channel ID to rozszerzenie Chrome opracowane przez hanjisu2215g, a jego główną funkcją jest „Displays the ID of YouTube channels”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Channel ID
Pobierz pliki rozszerzeń YouTube Channel ID 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
Displays the ID of YouTube channels Click the label to copy the ID in your clipboard
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Channel ID |
ID | ioajbodddhbeaephmkpkdpfoblgchceb |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb |
Opis | Displays the ID of YouTube channels |
Rozmiar pliku | 6.08 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-05-09 |
Data Publikacji | 2023-05-08 |
Deweloper | hanjisu2215g |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Channel ID", "description": "Displays the ID of YouTube channels", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/@*", "https:\/\/www.youtube.com\/channel\/*" ], "js": [ ".\/dist\/content.js" ] } ] } |