Reload Video

Allow blocked videos to be sourced and played

Reload Video란 무엇입니까?

Reload Video은(는) https://5diraptor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow blocked videos to be sourced and played"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reload Video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 URL 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": [
                ""
            ]
        }
    ]
}