UnblockedWhere

Suggests countries where a blocked video is unblocked

What is UnblockedWhere?

UnblockedWhere is a Chrome extension developed by stefanpetersen1, and its main feature is "Suggests countries where a blocked video is unblocked".

Extension Screenshots

screenshot

Download UnblockedWhere Extension CRX File

Download UnblockedWhere 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

                        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).                    

Extension Basic Information

Name UnblockedWhere UnblockedWhere
ID jjgbngbalckgedkeaiebljnehncimimb
Official URL https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb
Description Suggests countries where a blocked video is unblocked
File Size 789 KB
Installation Count 145
Current Version 1.0.1.2
Last Updated 2014-03-20
Publish Date 2014-03-19
Developer stefanpetersen1
Payment Type free
Help Page URL https://github.com/BlingCrozby/UnblockedWhere
Supported Languages 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
}