YouTube Features — Analytics and Tools
Shows useful information about the video and channel
YouTube Features — Analytics and Toolsとは何ですか?
YouTube Features — Analytics and ToolsはAli Gasymovによって開発されたChromeの拡張機能で、その主な機能は「Shows useful information about the video and channel」です。
拡張機能のスクリーンショット
YouTube Features — Analytics and Tools拡張機能のCRXファイルをダウンロード
YouTube Features — Analytics and Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
List of features:
- Download thumbnail in maximal resolution
- View and copy video tags
- View and copy channel tags
- Registration is not required 拡張機能の基本情報
| 名前 | |
| ID | jkiedgmdpandlnbobnjcbhfklnpdaflc |
| 公式URL | https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc |
| 説明 | Shows useful information about the video and channel |
| ファイルサイズ | 98.2 KB |
| インストール数 | 2,222 |
| 現在のバージョン | 3.3.2 |
| 最終更新日 | 2023-10-12 |
| 公開日 | 2021-02-23 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Ali Gasymov |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.gasymov.com/privacy-policy/youtube-tags |
| 対応言語 | 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",
" | |