LinkTube

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

What is LinkTube?

LinkTube is a Chrome extension developed by sebaro, and its main feature is "Replaces an embedded video with a link to the video page.".

Extension Screenshots

screenshot

Download LinkTube Extension CRX File

Download LinkTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
Official URL https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
Description Replaces an embedded video with a link to the video page.
File Size 20.26 KB
Installation Count 30
Current Version 2018.2.6
Last Updated 2018-02-06
Publish Date 2018-02-06
Developer sebaro
Email [email protected]
Payment Type free
Extension Website http://sebaro.pro/linktube
Supported Languages 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"
            ]
        }
    ]
}