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
扩展基本信息
名称 | YouTube Features — Analytics and Tools |
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 |
电子邮箱 | [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", " |