Reload Video

Allow blocked videos to be sourced and played

Apa itu Reload Video?

Reload Video adalah ekstensi Chrome yang dikembangkan oleh https://5diraptor.com, dan fitur utamanya adalah "Allow blocked videos to be sourced and played".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reload Video

Unduh file ekstensi Reload Video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Reload blocked videos so that they can be played.

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

Informasi Dasar Ekstensi

Nama Reload Video Reload Video
ID dplngnnlbaelamcchcljcecfcabnoedf
URL Resmi https://chromewebstore.google.com/detail/reload-video/dplngnnlbaelamcchcljcecfcabnoedf
Deskripsi Allow blocked videos to be sourced and played
Ukuran File 45.43 KB
Jumlah Instalasi 21
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2023-08-29
Tanggal Publikasi 2022-03-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://5diraptor.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://5diraptor.com/toolkit/reload-video-chrome-extension/
URL Halaman Kebijakan Privasi https://5diraptor.com/toolkit/chrome-plugin-privacy-policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}