UnblockedWhere
Suggests countries where a blocked video is unblocked
什麼是UnblockedWhere?
UnblockedWhere是由stefanpetersen1開發的Chrome擴展程式,該擴展的主要功能是“Suggests countries where a blocked video is unblocked”。
擴展截圖
下載UnblockedWhere擴展crx文件
下載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).
擴展基本資訊
名稱 | UnblockedWhere |
ID | jjgbngbalckgedkeaiebljnehncimimb |
官方網址 | 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 } |