YouTube Tags
The extension to view the tags of any YouTube video
Qu'est-ce que YouTube Tags ?
YouTube Tags est une extension Chrome développée par Ali Gasymov, et sa fonction principale est "The extension to view the tags of any YouTube video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Tags
Téléchargez les fichiers d'extension YouTube Tags 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
Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance. Note: don't forget to reload the YouTube page after installing the extension.
Informations de Base sur l'Extension
Nom | YouTube Tags |
ID | fffiogeaioiinfekkflcfebaoiohkkgp |
URL Officiel | https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp |
Description | The extension to view the tags of any YouTube video |
Taille du Fichier | 58.69 KB |
Nombre d'Installations | 79,276 |
Version Actuelle | 7.0.3 |
Dernière Mise à Jour | 2023-10-09 |
Date de Publication | 2020-06-21 |
Évaluation | 4.58/5 Total 158 Évaluations |
Développeur | Ali Gasymov |
[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 | de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "7.0.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "author": "alik0211", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "js\/background.js" } } |