YouTube Tags
The extension to view the tags of any YouTube video
YouTube Tags là gì?
YouTube Tags là một tiện ích mở rộng Chrome được phát triển bởi Ali Gasymov, và tính năng chính của nó là "The extension to view the tags of any YouTube video".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Tags
Tải xuống các tệp mở rộng YouTube Tags dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Tags |
ID | fffiogeaioiinfekkflcfebaoiohkkgp |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp |
Mô tả | The extension to view the tags of any YouTube video |
Kích Thước Tệp | 58.69 KB |
Số Lần Cài Đặt | 79,276 |
Phiên Bản Hiện Tại | 7.0.3 |
Cập Nhật Lần Cuối | 2023-10-09 |
Ngày Phát Hành | 2020-06-21 |
Đánh Giá | 4.58/5 Tổng số 158 Đánh Giá |
Nhà Phát Triển | Ali Gasymov |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.gasymov.com/privacy-policy/youtube-tags |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |