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 |
公式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 } |