ytma!

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

ytma! क्या है?

ytma! hateradio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ytma! automatically converts YouTube(TM), Vimeo, Vine, Soundcloud, WebM, and MP4 links into real embedded videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ytma! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}