Unblock embedded Youtube videos
Play embedded Youtube videos without problems!
Unblock embedded Youtube videos란 무엇입니까?
Unblock embedded Youtube videos은(는) drulia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play embedded Youtube videos without problems!"입니다.
확장 프로그램 스크린샷
Unblock embedded Youtube videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is very simple extension to enable playing of certain embedded Youtube videos which usually would be blocked and not allowed to play. (i.e videos are blocked on certain websites and similar situations.) All it does is makes Youtube think that you playing all their videos from google.com domain. [Disclosure] It doesn't allow you to play videos that are blocked in your country. Extension is open sourced https://github.com/drulia/youtube_video_unblocker
확장 프로그램 기본 정보
이름 | |
ID | aajjpnimaghinaladfeongfnojpooegf |
공식 URL | https://chrome.google.com/webstore/detail/unblock-embedded-youtube/aajjpnimaghinaladfeongfnojpooegf |
설명 | Play embedded Youtube videos without problems! |
파일 크기 | 12.45 KB |
설치 횟수 | 9,880 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-07-31 |
출시 날짜 | 2014-07-31 |
평점 | 2.59/5 총 257 개의 평점 |
개발자 | drulia |
결제 유형 | free |
도움말 페이지 URL | https://github.com/drulia/youtube_video_unblocker |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unblock embedded Youtube videos", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "22", "description": "Play embedded Youtube videos without problems!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/" ], "background": { "scripts": [ "background.js" ] } } |