Unblocker for YouTube

Free Unblocker for YouTube. This extension lets you unblock and watch YouTube if it’s blocked by your ISP or network administrator.

Unblocker for YouTubeคืออะไร?

Unblocker for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wachee.co และคุณลักษณะหลักของมันคือ "Free Unblocker for YouTube. This extension lets you unblock and watch YouTube if it’s blocked by your ISP or network administrator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unblocker for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Unblocker for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        YouTube Unblocker (provided by Wachee) gives you secure, unsurveilled access to YouTube & Twitch anywhere, even if your network administrator has blocked your access.

Get the Chrome extension, enable it with a single click and enjoy streaming without any restrictions right away!

It doesn't matter which video you want to watch or whether you want to watch the video on YouTube.com or Twitch.tv or the video is embedded on another page,  This Wachee extension will unblock it for you.

PLANS:     
     •Pro Plan:
        - $9.99 full year subscription.
        - No Advertisement.
        - Dedicates Server.
        - Ultra high speed.
        - High security level.

     •Free :
        - Unblocking feature.
        - Standard quality.
        - Include Wachee watermark on videos.
        - Include Advertisements                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unblocker for YouTube Unblocker for YouTube
ID gpnebajhkedajplkepiafghcfoljbgmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unblocker-for-youtube/gpnebajhkedajplkepiafghcfoljbgmk
คำอธิบาย Free Unblocker for YouTube. This extension lets you unblock and watch YouTube if it’s blocked by your ISP or network administrator.
ขนาดไฟล์ 1.28 MB
จำนวนการติดตั้ง 60,112
เวอร์ชันปัจจุบัน 3.3.7
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2020-03-14
คะแนน 4.20/5 รวมทั้งหมด 528 คะแนน
ผู้พัฒนา https://wachee.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wachee.co/youtube-unblocker
URL หน้าช่วยเหลือ https://wachee.co/contact-us?product=youtube-unblocker
URL หน้านโยบายความเป็นส่วนตัว https://wachee.co/privacy?utm_source=webstore&utm_medium=link&utm_campaign=storepage&utm_content=privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unblocker for YouTube",
    "description": "Free Unblocker for YouTube. This extension lets you unblock and watch YouTube if it\u2019s blocked by your ISP or network administrator.",
    "version": "3.3.7",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt\/zWSqqq7Mtg5ETH+H9q6CModrQxtSYRcTaVgVuXf0urCuFoh6E8qAxKsFSVV4zljhAwPeBZb7EStTtrB9yiBf\/P8a8J0R0mgIV0E+b+e8xHRu0VNdeQq1OhEZi2P+iWJt9DWDa1Rexa2HIJ6KD16TZ8DvFxbrGmUCBp+f0ZgbnIuG0TsaCie8DdK3iuCetMPGpvCynP6vcxT+eAl8+5xYtaG5wKxQSdoDPOxgF8HwV3yvI7LJLoXEuHMbNi4P5uUD4DSQHxxR4UrRI94DC6aREubHq43kos96fgeANTDOB6a0w3hokfxlsCx7g9RkDSpTrE+vekBd3KGNd+rBuehQIDAQAB",
    "icons": {
        "128": "youtube-on.png"
    },
    "browser_action": {
        "default_icon": "youtube.png",
        "default_popup": "app.html",
        "default_title": "Unblock YouTube by Wachee"
    },
    "background": {
        "scripts": [
            "libs.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content\/contentScript.js"
            ],
            "css": [
                "content\/contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "logo.svg",
        "[email protected]",
        "YouTubeUnblocker-Watermark.svg",
        "wachee-ad-premium-promotion-bg.svg",
        "close-icon.svg",
        "close-ad.png",
        "wachee-ad.png",
        "fonts\/Roboto\/Roboto-Regular.ttf",
        "fonts\/Roboto\/Roboto-Bold.ttf",
        "content\/ad.html",
        "app.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wachee.co\/*"
        ]
    },
    "offline_enabled": false,
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.wachee.co\/*",
        "*:\/\/*.wachee.us\/*",
        "*:\/\/*.azurewebsites.net\/*",
        "*:\/\/*.amazonaws.com\/*",
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/www.google-analytics.com; object-src 'self'"
}