YouTube channel location

Show info about the YouTube channel location(country) in the video description.

Qu'est-ce que YouTube channel location ?

YouTube channel location est une extension Chrome développée par arsxrs, et sa fonction principale est "Show info about the YouTube channel location(country) in the video description.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube channel location

Téléchargez les fichiers d'extension YouTube channel location au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension adds a label with the region(location) information of the YouTube channel near the video description.                    

Informations de Base sur l'Extension

Nom YouTube channel location YouTube channel location
ID lagfgccfpnemkkekoonccjidinipogpd
URL Officiel https://chrome.google.com/webstore/detail/lagfgccfpnemkkekoonccjidinipogpd
Description Show info about the YouTube channel location(country) in the video description.
Taille du Fichier 132 KB
Nombre d'Installations 763
Version Actuelle 1.4.1
Dernière Mise à Jour 2023-08-30
Date de Publication 2022-04-29
Évaluation 4.56/5 Total 9 Évaluations
Développeur arsxrs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}