UnblockedWhere

Suggests countries where a blocked video is unblocked

Cos'è UnblockedWhere?

UnblockedWhere è un'estensione di Chrome sviluppata da stefanpetersen1, e la sua funzione principale è "Suggests countries where a blocked video is unblocked".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UnblockedWhere

Scarica i file di estensione UnblockedWhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome UnblockedWhere UnblockedWhere
ID jjgbngbalckgedkeaiebljnehncimimb
URL Ufficiale https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb
Descrizione Suggests countries where a blocked video is unblocked
Dimensione del File 789 KB
Conteggio Installazioni 145
Versione Corrente 1.0.1.2
Ultimo Aggiornamento 2014-03-20
Data di Pubblicazione 2014-03-19
Sviluppatore stefanpetersen1
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/BlingCrozby/UnblockedWhere
Lingue Supportate 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
}