YouTube Tag Extractor
Displays all tags from YouTube video under the video header
YouTube Tag Extractorとは何ですか?
YouTube Tag Extractorはhttps://craide.comによって開発されたChromeの拡張機能で、その主な機能は「Displays all tags from YouTube video under the video header」です。
拡張機能のスクリーンショット
YouTube Tag Extractor拡張機能のCRXファイルをダウンロード
YouTube Tag Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The YouTube Tag Extractor extension is a handy way of extracting and revealing meta tags associated with any public video. Extracting YouTube Tags can be very insightful to understand how competitor videos and other high-performing videos are using these tags to boost their performance.
YouTube tags are the hidden meta tags associated with videos on YouTube. 拡張機能の基本情報
| 名前 | |
| ID | aekopehcjaaehlmmlcgjnlfpplfhjkom |
| 公式URL | https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom |
| 説明 | Displays all tags from YouTube video under the video header |
| ファイルサイズ | 10.55 KB |
| インストール数 | 4,000 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2022-11-23 |
| 公開日 | 2022-02-18 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | https://craide.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://craide.com |
| ヘルプページのURL | https://craide.userecho.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Tag Extractor",
"action": [],
"manifest_version": 3,
"version": "1.0.2",
"description": "Displays all tags from YouTube video under the video header",
"author": "STAMUL, LLC",
"permissions": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"icons": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
}
} | |