Video Tag Viewer for YouTube
Chrome Extension for Viewing Video Tags on YouTube.
Video Tag Viewer for YouTubeとは何ですか?
Video Tag Viewer for YouTubeはhttps://fiahfy.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Viewing Video Tags on YouTube.」です。
拡張機能のスクリーンショット
Video Tag Viewer for YouTube拡張機能のCRXファイルをダウンロード
Video Tag Viewer for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Display meta tags for current viewing video.
拡張機能の基本情報
名前 | Video Tag Viewer for YouTube |
ID | gcbndmenkdcbihmachfnhjfbbkgkmeog |
公式URL | https://chromewebstore.google.com/detail/video-tag-viewer-for-yout/gcbndmenkdcbihmachfnhjfbbkgkmeog |
説明 | Chrome Extension for Viewing Video Tags on YouTube. |
ファイルサイズ | 7.08 KB |
インストール数 | 2,184 |
現在のバージョン | 0.0.6 |
最終更新日 | 2023-01-01 |
公開日 | 2020-08-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://fiahfy.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": false, "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "name": "Video Tag Viewer for YouTube", "description": "Chrome Extension for Viewing Video Tags on YouTube.", "version": "0.0.6" } |