YT Link Preview

Play YouTube videos from any web page without having to leave the page.

YT Link Previewとは何ですか?

YT Link PreviewはRicardo Antunesによって開発されたChromeの拡張機能で、その主な機能は「Play YouTube videos from any web page without having to leave the page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

YT Link Preview拡張機能のCRXファイルをダウンロード

YT Link Preview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        YT Link Preview allows you to preview any youtube video directly from a link to the video.

It adds a small icon to every link to a YouTube video and by hovering this icon it will show the a video player along with information about the video namely, its title, description, duration, publishing date, statistics, channel, category, etc..

You cal also like/dislike the video from this preview window.

The preview window can be dragged and resized. 

Click the close button or hover/click another YT Link Preview' icon to close the active preview window.

To use YT Link Preview you'll first have to sign-in with your YouTube account using Google's authentication page. 
This extension doesn't store any personal information and its access to your YouTube account can be revoked at anytime by clicking the 'change user account' button on the extension settings.

Disclaimer: 
This extension uses Youtube's v3 API (https://developers.google.com/youtube/v3/) but is in no way affiliated with, sponsored by, or endorsed by Youtube or Google.
This extension does NOT keep any user's personal data.
This extension does NOT tracks user activity nor it shares any data with other parties.                    

拡張機能の基本情報

名前 YT Link Preview YT Link Preview
ID penfpgjiinnecmappoebbfkobledfcng
公式URL https://chromewebstore.google.com/detail/yt-link-preview/penfpgjiinnecmappoebbfkobledfcng
説明 Play YouTube videos from any web page without having to leave the page.
ファイルサイズ 317 KB
インストール数 145
現在のバージョン 1.0.3
最終更新日 2018-04-09
公開日 2018-04-09
評価 2.29/5 合計 7 レビュー
開発者 Ricardo Antunes
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.0.3",
    "author": "Ricardo Antunes",
    "minimum_chrome_version": "32",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "templates\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/foreground.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*.*",
        "styles\/fonts\/*.*",
        "templates\/*.*"
    ],
    "oauth2": {
        "client_id": "1045636585146-jhdfor20i46bi1icc0s898ros1i1nggn.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA42lr7VdO3ktQCjJJH5+YFbhk5x7n0uj+Gh+MXBBJZ\/mUDFxURXVwmE2REWNdL5emLEI5LHIPv9zb6EZH+AtGfChX3w7JHPj7BSjRXAY7Ey3YBFJD6\/kiVNuOCRR6\/C1mptYfLa+2ia6arm\/wr27GHZ5EdImVd7wnO9p6+Sj9lzs5IxG8kuGi89dQutVNE5pV\/XEol8jbk6pdMxlGF98dgTHwlUftVzc0zydVZEVCv8NTdV+PQt1Jsxv5VkngV2H9cmEvcBy3BNqMm14WSC1KtYbxRlLxeOKtwbPHClZi+PCbQEXDYCaaL358eFko+MNNXL4pfLE9RkH+4+bAgAttKwIDAQAB",
    "offline_enabled": false,
    "manifest_version": 2
}