Share Current Youtube Video Time

A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…

ما هو Share Current Youtube Video Time؟

Share Current Youtube Video Time هو إضافة Chrome تم تطويرها بواسطة https://hwangmatthew.com، والميزة الرئيسية لها هي "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

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

screenshot

تحميل ملف CRX للإضافة Share Current Youtube Video Time

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

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

                        A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time.                    

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

الاسم Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
الوصف A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
حجم الملف 10.53 KB
عدد التثبيتات 21
النسخة الحالية 0.3
آخر تحديث 2018-06-18
تاريخ النشر 2018-06-17
المطور https://hwangmatthew.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Current Youtube Video Time",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}