UnblockedWhere

Suggests countries where a blocked video is unblocked

UnblockedWhere là gì?

UnblockedWhere là một tiện ích mở rộng Chrome được phát triển bởi stefanpetersen1, và tính năng chính của nó là "Suggests countries where a blocked video is unblocked".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UnblockedWhere

Tải xuống các tệp mở rộng UnblockedWhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Have you ever wanted to watch a blocked YouTube video, but aren't sure what countries the video is available in? UnblockedWhere is a lightweight, unobtrusive Chrome extension that will enhance your YouTube experience. If you visit a video that is blocked in your country, UnblockedWhere will provide a popup message suggesting four countries where the video isn't blocked. Install now and never worry again about finding a working country for video watching!

**This extension is very new. If you have any issues, please contact**

All code is publicly available on GitHub (under support link).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UnblockedWhere UnblockedWhere
ID jjgbngbalckgedkeaiebljnehncimimb
URL Chính Thức https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb
Mô tả Suggests countries where a blocked video is unblocked
Kích Thước Tệp 789 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.0.1.2
Cập Nhật Lần Cuối 2014-03-20
Ngày Phát Hành 2014-03-19
Nhà Phát Triển stefanpetersen1
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/BlingCrozby/UnblockedWhere
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnblockedWhere",
    "description": "Suggests countries where a blocked video is unblocked",
    "permissions": [
        "notifications",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/freegeoip.net\/json\/; 'https:\/\/gdata.youtube.com\/feeds\/api\/videos\/'; object-src 'self'",
    "version": "1.0.1.2",
    "manifest_version": 2
}