YouTrends

Google Chrome extension for YouTube video discovery

YouTrends란 무엇입니까?

YouTrends은(는) Jeremy and Audrey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome extension for YouTube video discovery"입니다.

확장 프로그램 스크린샷

screenshot

YouTrends 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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*                    

확장 프로그램 기본 정보

이름 YouTrends YouTrends
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"
            ]
        }
    ]
}