YouTube Channel ID
Displays the ID of YouTube channels
Vad är YouTube Channel ID?
YouTube Channel ID är en Chrome-tillägg utvecklad av hanjisu2215g, och dess huvudfunktion är "Displays the ID of YouTube channels".
Tilläggsskärmbilder
Ladda ner YouTube Channel ID-förlängningens CRX-fil
Ladda ner YouTube Channel ID-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Displays the ID of YouTube channels
Click the label to copy the ID in your clipboard Grundläggande Information om Tillägg
| Namn | |
| ID | ioajbodddhbeaephmkpkdpfoblgchceb |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb |
| Beskrivning | Displays the ID of YouTube channels |
| Filstorlek | 6.08 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-05-09 |
| Publiceringsdatum | 2023-05-08 |
| Utvecklare | hanjisu2215g |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |