YouTube channel location
Show info about the YouTube channel location(country) in the video description.
Wat is YouTube channel location?
YouTube channel location is een Chrome-extensie ontwikkeld door arsxrs, en de belangrijkste functie is "Show info about the YouTube channel location(country) in the video description.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube channel location
Download YouTube channel location-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The extension adds a label with the region(location) information of the YouTube channel near the video description. Basisinformatie over de Extensie
| Naam | |
| ID | lagfgccfpnemkkekoonccjidinipogpd |
| Officiële URL | https://chrome.google.com/webstore/detail/lagfgccfpnemkkekoonccjidinipogpd |
| Beschrijving | Show info about the YouTube channel location(country) in the video description. |
| Bestandsgrootte | 132 KB |
| Aantal Installaties | 763 |
| Huidige Versie | 1.4.1 |
| Laatst Bijgewerkt | 2023-08-30 |
| Publicatiedatum | 2022-04-29 |
| Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | arsxrs |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.4.1",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"action": [],
"content_scripts": [
{
"run_at": "document_start",
"js": [
"content-script.js"
],
"css": [
"content-script.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} | |