VPN Unblocker for YouTube
Best VPN for YouTube. Fast and stable access to YouTube. Bypass blocking YouTube easily.
What is VPN Unblocker for YouTube?
VPN Unblocker for YouTube is a Chrome extension developed by PIAWCompany, and its main feature is "Best VPN for YouTube. Fast and stable access to YouTube. Bypass blocking YouTube easily.".
Extension Screenshots
Download VPN Unblocker for YouTube Extension CRX File
Download VPN Unblocker for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VPN Unblocker for YouTube |
ID | cnodohbngpblpllnokiijcpnepdmfkgm |
Official URL | https://chromewebstore.google.com/detail/vpn-unblocker-for-youtube/cnodohbngpblpllnokiijcpnepdmfkgm |
Description | Best VPN for YouTube. Fast and stable access to YouTube. Bypass blocking YouTube easily. |
File Size | 18.62 KB |
Installation Count | 3,634 |
Current Version | 0.0.2 |
Last Updated | 2023-12-12 |
Publish Date | 2022-03-24 |
Rating | 2.38/5 Total 16 Ratings |
Developer | PIAWCompany |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/vpnunblocker |
Supported Languages | 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\/*" ] } |