Newsfeed Burner
Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.
Newsfeed Burner란 무엇입니까?
Newsfeed Burner은(는) Newsfeed Burner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube."입니다.
확장 프로그램 스크린샷
Newsfeed Burner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you catch yourself having spent the last 15min watching cat videos or a Jimmy Kimmel clip? Have you gone to LinkedIn to check your messages and ended up solving some dumb math problems on the newsfeed? Perhaps ever opened Facebook and your skipped a thought since there was a twerking video that some person you added 2 years ago and don't really know liked? This extension is supposed to help with all that.
확장 프로그램 기본 정보
이름 | Newsfeed Burner |
ID | gdjcjcbjnaelafcijbnceapahcgkpjkl |
공식 URL | https://chromewebstore.google.com/detail/newsfeed-burner/gdjcjcbjnaelafcijbnceapahcgkpjkl |
설명 | Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube. |
파일 크기 | 50.17 KB |
설치 횟수 | 966 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2016-11-23 |
출시 날짜 | 2016-11-23 |
평점 | 3.86/5 총 22 개의 평점 |
개발자 | Newsfeed Burner |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tj.mk |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/burner.min.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.linkedin.com\/*" ], "run_at": "document_start" } ], "description": "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.", "icons": { "128": "images\/icon.png", "16": "images\/icon.png", "48": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/popup.html" }, "permissions": [ "storage" ], "manifest_version": 2, "name": "Newsfeed Burner", "version": "1.0.2" } |