ytma!

ytma! automatically converts YouTube(TM), Vimeo, Vine, Soundcloud, WebM, and MP4 links into real embedded videos.

ytma!란 무엇입니까?

ytma!은(는) hateradio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ytma! automatically converts YouTube(TM), Vimeo, Vine, Soundcloud, WebM, and MP4 links into real embedded videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ytma! converts mysterious video links into content you can really see. It loads useful information right on your screen, allowing you to preview a video's content in thumbnails and descriptions without leaving the page. Even better, you can embed the entire video with a single click and watch it instantly.

This extension supports Vimeo, Vine, Soundcloud, and even HTML5 video in MP4 and WebM formats. All those mystery links will be no problem once you install this extension, which uses various APIs such as the one provided by YouTube™.

+ Settings panel can now be reached by CTRL+SHIFT+Y (Command+SHIFT+Y on Mac)

News & Updates

* New: Imgur GIFV (WEBM/MP4) support
* New: Button to remove cache (descriptions/thumbnail links/etc)
* New: SoundCloud playlist support
* Default video quality is now 720p/HD
* Soundcloud now uses HTML5 player
* Players that open on scroll will no longer trigger the opening of players higher on the page
* Adds HTML5, Gfycat, Imgur icons on links
* Improved Soundcloud and GfyCat URL matchers
* Restructured code base to simplify creation of media controls
* Restructured CSS
* Patched back Gfycat iFrame setting for Safari (it is incompatible with new settings)
* Updates YouTube data API                    

확장 프로그램 기본 정보

이름 ytma! ytma!
ID ijioppmkelhobdlpbcgojamecmailcnh
공식 URL https://chromewebstore.google.com/detail/ytma/ijioppmkelhobdlpbcgojamecmailcnh
설명 ytma! automatically converts YouTube(TM), Vimeo, Vine, Soundcloud, WebM, and MP4 links into real embedded videos.
파일 크기 67.09 KB
설치 횟수 379
현재 버전 7.6
최근 업데이트 2017-12-11
출시 날짜 2017-12-10
평점 4.07/5 총 14 개의 평점
개발자 hateradio
결제 유형 free
확장 프로그램 웹 사이트 https://greasyfork.org/en/scripts/1023-youtube-me-again
도움말 페이지 URL https://greasyfork.org/en/scripts/1023-youtube-me-again/feedback
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "ytma.user.js"
            ],
            "matches": [
                "https:\/\/vine.co\/v\/*\/embed\/simple",
                "*:\/\/*.youtube-nocookie.com\/embed\/*",
                "*:\/\/*.youtube.com\/embed\/*",
                "https:\/\/gfycat.com\/iframe\/*",
                "*:\/\/*.neogaf.com\/forum\/showthread.php*",
                "*:\/\/*.neogaf.com\/forum\/showpost.php?p*",
                "*:\/\/*.neogaf.com\/forum\/newreply.php*",
                "*:\/\/*.neogaf.com\/forum\/editpost.php*",
                "*:\/\/*.neogaf.com\/forum\/private.php*",
                "*:\/\/*.resetera.com\/threads\/*"
            ]
        }
    ],
    "description": "ytma! automatically converts YouTube(TM), Vimeo, Vine, Soundcloud, WebM, and MP4 links into real embedded videos.",
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png",
        "256": "256.png"
    },
    "manifest_version": 2,
    "name": "ytma!",
    "permissions": [
        "http:\/\/*.neogaf.com\/*",
        "https:\/\/*.neogaf.com\/*",
        "https:\/\/vine.co\/*",
        "https:\/\/gfycat.com\/*",
        "https:\/\/*.youtube.com\/embed\/*",
        "https:\/\/*.youtube-nocookie.com\/embed\/*"
    ],
    "short_name": "ytma",
    "version": "7.6"
}