YouTrends
Google Chrome extension for YouTube video discovery
YouTrendsคืออะไร?
YouTrends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremy and Audrey และคุณลักษณะหลักของมันคือ "Google Chrome extension for YouTube video discovery"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTrends
ดาวน์โหลดไฟล์ส่วนขยาย YouTrends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bored? Want to check up on what's trending this week on YouTube without searching through the site? YouTrends is a simple extension that leads you to a random trending video from YouTube with an easy click of the button. You can also specify the category or subject you want. You will be led to a random currently popular video in that category. Just a simple extension to pass time and enjoy YouTube a different way! *Made in under 24 hours in the 2016 Yale University Hackathon*
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjophlgnmggbpbjmjclcdcgaoifnfnog |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtrends/fjophlgnmggbpbjmjclcdcgaoifnfnog |
คำอธิบาย | Google Chrome extension for YouTube video discovery |
ขนาดไฟล์ | 201 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2016-11-20 |
วันที่เผยแพร่ | 2016-11-20 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jeremy and Audrey |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTrends", "version": "1.0.3", "description": "Google Chrome extension for YouTube video discovery", "browser_action": { "default_popup": "src\/popup.html", "default_title": "YouTrends" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/*.yahooapis.com\/*", "https:\/\/*.yahooapis.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/youtube.com\/*" ], "css": [ "src\/style.css" ], "js": [ "src\/jquery-3.1.1.js", "src\/popup.js" ] } ] } |