UnblockedWhere

Suggests countries where a blocked video is unblocked

Was ist UnblockedWhere?

UnblockedWhere ist eine Chrome-Erweiterung, die von stefanpetersen1 entwickelt wurde, und ihr Hauptmerkmal ist "Suggests countries where a blocked video is unblocked".

Erweiterungsscreenshots

screenshot

UnblockedWhere-Erweiterungs-CRX-Datei herunterladen

Laden Sie UnblockedWhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name UnblockedWhere UnblockedWhere
ID jjgbngbalckgedkeaiebljnehncimimb
Offizielle URL https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb
Beschreibung Suggests countries where a blocked video is unblocked
Dateigröße 789 KB
Installationsanzahl 145
Aktuelle Version 1.0.1.2
Letztes Update 2014-03-20
Veröffentlichungsdatum 2014-03-19
Entwickler stefanpetersen1
Zahlungsart free
Hilfeseite URL https://github.com/BlingCrozby/UnblockedWhere
Unterstützte Sprachen 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
}