LinkTube

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

Hvad er LinkTube?

LinkTube er en Chrome-udvidelse udviklet af sebaro, og dens hovedfunktion er "Replaces an embedded video with a link to the video page.".

Udvidelsesskærmbilleder

screenshot

Download LinkTube-udvidelses-CRX-fil

Download LinkTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
Officiel URL https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
Beskrivelse Replaces an embedded video with a link to the video page.
Filstørrelse 20.26 KB
Antal Installationer 30
Nuværende Version 2018.2.6
Senest Opdateret 2018-02-06
Udgivelsesdato 2018-02-06
Udvikler sebaro
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://sebaro.pro/linktube
Understøttede Sprog 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"
            ]
        }
    ]
}