LinkTube

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

Vad är LinkTube?

LinkTube är en Chrome-tillägg utvecklad av sebaro, och dess huvudfunktion är "Replaces an embedded video with a link to the video page.".

Tilläggsskärmbilder

screenshot

Ladda ner LinkTube-förlängningens CRX-fil

Ladda ner LinkTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
Officiell webbadress https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
Beskrivning Replaces an embedded video with a link to the video page.
Filstorlek 20.26 KB
Antal Installationer 30
Aktuell Version 2018.2.6
Senast Uppdaterad 2018-02-06
Publiceringsdatum 2018-02-06
Utvecklare sebaro
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://sebaro.pro/linktube
Stödda Språk 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"
            ]
        }
    ]
}