LinkTube

Replaces an embedded video with a link to the video page.

LinkTubeとは何ですか?

LinkTubeはsebaroによって開発されたChromeの拡張機能で、その主な機能は「Replaces an embedded video with a link to the video page.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This is an WebExtension addon based on my LinkTube userscript.

Supported sites:
YouTube, Dailymotion, Vimeo, Metacafe, FunnyOrDie.

For more information read:
http://sebaro.pro/linktube
https://github.com/sebaro/linktube                    

拡張機能の基本情報

名前 LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
公式URL https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
説明 Replaces an embedded video with a link to the video page.
ファイルサイズ 20.26 KB
インストール数 30
現在のバージョン 2018.2.6
最終更新日 2018-02-06
公開日 2018-02-06
開発者 sebaro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://sebaro.pro/linktube
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkTube",
    "version": "2018.2.6",
    "description": "Replaces an embedded video with a link to the video page.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "linktube.user.js"
            ]
        }
    ]
}