UnblockedWhere
Suggests countries where a blocked video is unblocked
UnblockedWhere란 무엇입니까?
UnblockedWhere은(는) stefanpetersen1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Suggests countries where a blocked video is unblocked"입니다.
확장 프로그램 스크린샷
UnblockedWhere 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |