YouTube Tags
The extension to view the tags of any YouTube video
YouTube Tagsとは何ですか?
YouTube TagsはAli Gasymovによって開発されたChromeの拡張機能で、その主な機能は「The extension to view the tags of any YouTube video」です。
拡張機能のスクリーンショット
YouTube Tags拡張機能のCRXファイルをダウンロード
YouTube Tags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | YouTube Tags |
ID | fffiogeaioiinfekkflcfebaoiohkkgp |
公式URL | https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp |
説明 | The extension to view the tags of any YouTube video |
ファイルサイズ | 58.69 KB |
インストール数 | 79,276 |
現在のバージョン | 7.0.3 |
最終更新日 | 2023-10-09 |
公開日 | 2020-06-21 |
評価 | 4.58/5 合計 158 レビュー |
開発者 | Ali Gasymov |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.gasymov.com/privacy-policy/youtube-tags |
対応言語 | 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" } } |