UnblockedWhere
Suggests countries where a blocked video is unblocked
UnblockedWhereคืออะไร?
UnblockedWhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stefanpetersen1 และคุณลักษณะหลักของมันคือ "Suggests countries where a blocked video is unblocked"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UnblockedWhere
ดาวน์โหลดไฟล์ส่วนขยาย UnblockedWhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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).                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | jjgbngbalckgedkeaiebljnehncimimb | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unblockedwhere/jjgbngbalckgedkeaiebljnehncimimb | 
| คำอธิบาย | Suggests countries where a blocked video is unblocked | 
| ขนาดไฟล์ | 789 KB | 
| จำนวนการติดตั้ง | 145 | 
| เวอร์ชันปัจจุบัน | 1.0.1.2 | 
| อัปเดตครั้งล่าสุด | 2014-03-20 | 
| วันที่เผยแพร่ | 2014-03-19 | 
| ผู้พัฒนา | stefanpetersen1 | 
| ประเภทการชำระเงิน | free | 
| URL หน้าช่วยเหลือ | https://github.com/BlingCrozby/UnblockedWhere | 
| ภาษาที่รองรับ | 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
}  |  |