YouTrends
Google Chrome extension for YouTube video discovery
什麼是YouTrends?
YouTrends是由Jeremy and Audrey開發的Chrome擴展程式,該擴展的主要功能是“Google Chrome extension for YouTube video discovery”。
擴展截圖
下載YouTrends擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |