Video Source Link Copy

Get video src url and copy it into your clipboard

ما هو Video Source Link Copy؟

Video Source Link Copy هو إضافة Chrome تم تطويرها بواسطة CokeJoke (Justin Mankowski)، والميزة الرئيسية لها هي "Get video src url and copy it into your clipboard".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Video Source Link Copy

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

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

                        It basically grabs the url from the defined querySelector path and defined website url and grabs the source src link and you should install it cause it's the fastes way of getting the url. I'm using it for syncplay because vlc needs the source link and know I don't need to get it by my self and just use the extensions copy button or turn auto copy on.                    

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

الاسم Video Source Link Copy Video Source Link Copy
ID lbgcheaghokbiabnjkcfhijpjbhflhkp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp
الوصف Get video src url and copy it into your clipboard
حجم الملف 18.2 KB
عدد التثبيتات 478
النسخة الحالية 1.0
آخر تحديث 2020-11-04
تاريخ النشر 2020-11-04
تقييم 3.00/5 مجموع تقييمات 2
المطور CokeJoke (Justin Mankowski)
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Source Link Copy",
    "version": "1.0",
    "description": "Get video src url and copy it into your clipboard",
    "author": "CokeJoke (Justin Mankowski)",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2
}