UnblockedWhere

Suggests countries where a blocked video is unblocked

Apa itu UnblockedWhere?

UnblockedWhere adalah ekstensi Chrome yang dikembangkan oleh stefanpetersen1, dan fitur utamanya adalah "Suggests countries where a blocked video is unblocked".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UnblockedWhere

Unduh file ekstensi UnblockedWhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama UnblockedWhere UnblockedWhere
ID jjgbngbalckgedkeaiebljnehncimimb
URL Resmi https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb
Deskripsi Suggests countries where a blocked video is unblocked
Ukuran File 789 KB
Jumlah Instalasi 145
Versi Saat Ini 1.0.1.2
Terakhir Diperbarui 2014-03-20
Tanggal Publikasi 2014-03-19
Pengembang stefanpetersen1
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/BlingCrozby/UnblockedWhere
Bahasa yang Didukung 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
}