UnblockedWhere

UnblockedWhere

Suggests countries where a blocked video is unblocked

Merlin
Additional files are visible only to premium users

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
}