LinkTube

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

Wat is LinkTube?

LinkTube is een Chrome-extensie ontwikkeld door sebaro, en de belangrijkste functie is "Replaces an embedded video with a link to the video page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkTube

Download LinkTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
Officiële URL https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
Beschrijving Replaces an embedded video with a link to the video page.
Bestandsgrootte 20.26 KB
Aantal Installaties 30
Huidige Versie 2018.2.6
Laatst Bijgewerkt 2018-02-06
Publicatiedatum 2018-02-06
Ontwikkelaar sebaro
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://sebaro.pro/linktube
Ondersteunde Talen 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"
            ]
        }
    ]
}