LinkTube

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

ما هو LinkTube؟

LinkTube هو إضافة Chrome تم تطويرها بواسطة sebaro، والميزة الرئيسية لها هي "Replaces an embedded video with a link to the video page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LinkTube

قم بتنزيل ملفات الامتداد LinkTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم LinkTube LinkTube
ID chfjhkhjgappiallbbhdlmddmopmeaif
عنوان URL الرسمي https://chromewebstore.google.com/detail/linktube/chfjhkhjgappiallbbhdlmddmopmeaif
الوصف Replaces an embedded video with a link to the video page.
حجم الملف 20.26 KB
عدد التثبيتات 30
النسخة الحالية 2018.2.6
آخر تحديث 2018-02-06
تاريخ النشر 2018-02-06
المطور sebaro
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://sebaro.pro/linktube
اللغات المدعومة 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"
            ]
        }
    ]
}