Reload Video

Allow blocked videos to be sourced and played

ما هو Reload Video؟

Reload Video هو إضافة Chrome تم تطويرها بواسطة https://5diraptor.com، والميزة الرئيسية لها هي "Allow blocked videos to be sourced and played".

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

screenshot
screenshot

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

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

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

                        Reload blocked videos so that they can be played.

View our privacy policy here: https://5diraptor.com/toolkit/reload-video-chrome-extension/                    

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

الاسم Reload Video Reload Video
ID dplngnnlbaelamcchcljcecfcabnoedf
عنوان URL الرسمي https://chromewebstore.google.com/detail/reload-video/dplngnnlbaelamcchcljcecfcabnoedf
الوصف Allow blocked videos to be sourced and played
حجم الملف 45.43 KB
عدد التثبيتات 21
النسخة الحالية 1.2.0
آخر تحديث 2023-08-29
تاريخ النشر 2022-03-09
تقييم 5.00/5 مجموع تقييمات 1
المطور https://5diraptor.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://5diraptor.com/toolkit/reload-video-chrome-extension/
عنوان صفحة سياسة الخصوصية https://5diraptor.com/toolkit/chrome-plugin-privacy-policy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reload Video",
    "description": "Allow blocked videos to be sourced and played",
    "version": "1.2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.ubtsupport.com\/*"
            ],
            "js": [
                "autorun.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/logo16.png",
            "32": "\/assets\/logo32.png",
            "48": "\/assets\/logo48.png",
            "128": "\/assets\/logo128.png"
        }
    },
    "icons": {
        "16": "\/assets\/logo16.png",
        "32": "\/assets\/logo32.png",
        "48": "\/assets\/logo48.png",
        "128": "\/assets\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}