MeTube

YouTube subscription improvements

MeTube란 무엇입니까?

MeTube은(는) Scott Inglis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube subscription improvements"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include:

-Organizes videos into a grid layout
-Replaces "Watch Later" button with "Remove" button
-Choose to show or hide watched videos
-Remove all watched videos from your feed
-Scales "Large Player" to width of description box

This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.                    

확장 프로그램 기본 정보

이름 MeTube MeTube
ID fceidobfbfedfhodnjmonpfmnbkeclmn
공식 URL https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn
설명 YouTube subscription improvements
파일 크기 52.7 KB
설치 횟수 908
현재 버전 2.0
최근 업데이트 2014-09-18
출시 날짜 2014-09-18
평점 3.11/5 총 9 개의 평점
개발자 Scott Inglis
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MeTube",
    "description": "YouTube subscription improvements",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}