YouTube Tags
The extension to view the tags of any YouTube video
YouTube Tagsคืออะไร?
YouTube Tags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ali Gasymov และคุณลักษณะหลักของมันคือ "The extension to view the tags of any YouTube video"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Tags
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Tags ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Tags |
ID | fffiogeaioiinfekkflcfebaoiohkkgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp |
คำอธิบาย | The extension to view the tags of any YouTube video |
ขนาดไฟล์ | 58.69 KB |
จำนวนการติดตั้ง | 79,276 |
เวอร์ชันปัจจุบัน | 7.0.3 |
อัปเดตครั้งล่าสุด | 2023-10-09 |
วันที่เผยแพร่ | 2020-06-21 |
คะแนน | 4.58/5 รวมทั้งหมด 158 คะแนน |
ผู้พัฒนา | Ali Gasymov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gasymov.com/privacy-policy/youtube-tags |
ภาษาที่รองรับ | 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" } } |