facebook-plus
Make facebook more productive
facebook-plus란 무엇입니까?
facebook-plus은(는) briancruddy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make facebook more productive"입니다.
facebook-plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
IT folks rejoice! Make your employees more productive at work by blocking facebook messenger. Well, technically, instead of blocking it you're just removing the chat dialog from the DOM but it accomplishes the same goal.
확장 프로그램 기본 정보
이름 | facebook-plus |
ID | onhfdclbcdgieckfajmjfelmgkjeckbj |
공식 URL | https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj |
설명 | Make facebook more productive |
파일 크기 | 3.13 KB |
설치 횟수 | 16 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-08-26 |
출시 날짜 | 2016-08-26 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | briancruddy |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facebook-plus", "description": "Make facebook more productive", "version": "1.2", "permissions": [ "https:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "facebook-plus.js" ] } ] } |