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
电子邮箱 [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"
            ]
        }
    ]
}