VPN Unblocker for YouTube

Best VPN for YouTube. Fast and stable access to YouTube. Bypass blocking YouTube easily.

VPN Unblocker for YouTube란 무엇입니까?

VPN Unblocker for YouTube은(는) PIAWCompany에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best VPN for YouTube. Fast and stable access to YouTube. Bypass blocking YouTube easily."입니다.

확장 프로그램 스크린샷

screenshot

VPN Unblocker for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        VPN Unblocker for YouTube is the fastest and most reliable tool to get access to YouTube if it was blocked in your country. Install our extension and enjoy surfing YouTube as if no blocking happened. Our VPN for YouTube provides fast and anonymous access to your favorite video content.

Ho to: Install our extension and reload the page. Now you have access to YouTube again. Enjoy it.                    

확장 프로그램 기본 정보

이름 VPN Unblocker for YouTube VPN Unblocker for YouTube
ID cnodohbngpblpllnokiijcpnepdmfkgm
공식 URL https://chromewebstore.google.com/detail/vpn-unblocker-for-youtube/cnodohbngpblpllnokiijcpnepdmfkgm
설명 Best VPN for YouTube. Fast and stable access to YouTube. Bypass blocking YouTube easily.
파일 크기 18.62 KB
설치 횟수 3,634
현재 버전 0.0.2
최근 업데이트 2023-12-12
출시 날짜 2022-03-24
평점 2.38/5 총 16 개의 평점
개발자 PIAWCompany
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/vpnunblocker
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "0.0.2",
    "default_locale": "ru",
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "__MSG_name__"
    },
    "icons": {
        "256": "img\/icon_256.png",
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}