YouTube Features — Analytics and Tools

Shows useful information about the video and channel

Qu'est-ce que YouTube Features — Analytics and Tools ?

YouTube Features — Analytics and Tools est une extension Chrome développée par Ali Gasymov, et sa fonction principale est "Shows useful information about the video and channel".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Features — Analytics and Tools

Téléchargez les fichiers d'extension YouTube Features — Analytics and Tools 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

                        List of features:
- Download thumbnail in maximal resolution
- View and copy video tags
- View and copy channel tags
- Registration is not required                    

Informations de Base sur l'Extension

Nom YouTube Features — Analytics and Tools YouTube Features — Analytics and Tools
ID jkiedgmdpandlnbobnjcbhfklnpdaflc
URL Officiel https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc
Description Shows useful information about the video and channel
Taille du Fichier 98.2 KB
Nombre d'Installations 2,222
Version Actuelle 3.3.2
Dernière Mise à Jour 2023-10-12
Date de Publication 2021-02-23
Évaluation 5.00/5 Total 5 Évaluations
Développeur Ali Gasymov
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.gasymov.com/privacy-policy/youtube-tags
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Ali Gasymov",
    "version": "3.3.2",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/youtube.js"
            ],
            "css": [
                "css\/youtube.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/*.css"
    ]
}