LinkTube

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

Apa itu LinkTube?

LinkTube adalah ekstensi Chrome yang dikembangkan oleh sebaro, dan fitur utamanya adalah "Replaces an embedded video with a link to the video page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LinkTube

Unduh file ekstensi LinkTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
URL Resmi https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
Deskripsi Replaces an embedded video with a link to the video page.
Ukuran File 20.26 KB
Jumlah Instalasi 30
Versi Saat Ini 2018.2.6
Terakhir Diperbarui 2018-02-06
Tanggal Publikasi 2018-02-06
Pengembang sebaro
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://sebaro.pro/linktube
Bahasa yang Didukung 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"
            ]
        }
    ]
}