BitChute Video Source

Shows the video source of the current page

ما هو BitChute Video Source؟

BitChute Video Source هو إضافة Chrome تم تطويرها بواسطة Johann B.، والميزة الرئيسية لها هي "Shows the video source of the current page".

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

screenshot

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

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

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

                        This extension displays the URL of the video to link or for download.                    

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

الاسم BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
الوصف Shows the video source of the current page
حجم الملف 1.21 MB
عدد التثبيتات 6,258
النسخة الحالية 0.9
آخر تحديث 2020-11-10
تاريخ النشر 2020-06-07
تقييم 4.46/5 مجموع تقييمات 13
المطور Johann B.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitChute Video Source",
    "description": "Shows the video source of the current page",
    "version": "0.9",
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bitchute.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}