YouTube Channel ID

Displays the ID of YouTube channels

ما هو YouTube Channel ID؟

YouTube Channel ID هو إضافة Chrome تم تطويرها بواسطة hanjisu2215g، والميزة الرئيسية لها هي "Displays the ID of YouTube channels".

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

screenshot

تحميل ملف CRX للإضافة YouTube Channel ID

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

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

                        Displays the ID of YouTube channels
Click the label to copy the ID in your clipboard                    

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

الاسم YouTube Channel ID YouTube Channel ID
ID ioajbodddhbeaephmkpkdpfoblgchceb
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb
الوصف Displays the ID of YouTube channels
حجم الملف 6.08 KB
عدد التثبيتات 12
النسخة الحالية 1.0.1
آخر تحديث 2023-05-09
تاريخ النشر 2023-05-08
المطور hanjisu2215g
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Channel ID",
    "description": "Displays the ID of YouTube channels",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/@*",
                "https:\/\/www.youtube.com\/channel\/*"
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ]
}