Share on Facebook Blocker for Youtube™
Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.
Share on Facebook Blocker for Youtube™란 무엇입니까?
Share on Facebook Blocker for Youtube™은(는) Xaris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage."입니다.
확장 프로그램 스크린샷
Share on Facebook Blocker for Youtube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you bored to visit numerous websites and blogs, having embedded YouTube™ videos that are "Facebook Locked"? Isn't it irritiating to keep wanting you to share the article in order to watch the video? With this extension you can override the Facebook Share button and watch the original YouTube video in the same website just above the blocked video. You can also hide the irritiating splashscreen that many websites display when you visit them, that suggest you to "Like" them. You just need to hit the Extension Button and let the awesome happens! Note: Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
확장 프로그램 기본 정보
이름 | Share on Facebook Blocker for Youtube™ |
ID | mccmmmkfffjbbodeilbpngnlmkeglkoa |
공식 URL | https://chromewebstore.google.com/detail/share-on-facebook-blocker/mccmmmkfffjbbodeilbpngnlmkeglkoa |
설명 | Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage. |
파일 크기 | 59.22 KB |
설치 횟수 | 130 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2014-12-22 |
출시 날짜 | 2014-12-22 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | Xaris |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share on Facebook Blocker for Youtube\u2122", "description": "Shows the video in the page embedded without need to share it. It also hides all blocking contents of the webpage.", "version": "1.0.4", "permissions": [ "activeTab" ], "background": { "scripts": [ "content.js" ], "persistent": false }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Share on Facebook Blocker for Youtube\u2122", "default_icon": { "19": "icon_19.png" } }, "manifest_version": 2 } |