Hide News for Facebook with Timer
Show and hide the news feed with the click of a button, now with a timer.
Hide News for Facebook with Timer란 무엇입니까?
Hide News for Facebook with Timer은(는) https://www.brovalex.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show and hide the news feed with the click of a button, now with a timer."입니다.
확장 프로그램 스크린샷
Hide News for Facebook with Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New in v1.7: Now with timer! + You can now hide your feed again after showing it (added hide feed button) + there is also a new timer that tracks the time spent reading your feed so that you can keep yourself in check! Avoid getting distracted and procrastination by removing your newsfeed. Kill the news feed, get rid of its kittens and rabbit holes, and get productive! No more wasting time when you check your messages and notifications. This extension lets you unhide your feed with a click of a button, so you don't need to uninstall it to see show your feed. The feed is hidden by default when you open the page. You will have access to your messages, notifications and all other functionality. You can continue using the site as you normally would. New in v1.4: the extension also now hides the "trending" and "suggested groups" panels on the right.
확장 프로그램 기본 정보
이름 | Hide News for Facebook with Timer |
ID | fohdbaioejiekbmphjempgmniojhjgin |
공식 URL | https://chromewebstore.google.com/detail/hide-news-for-facebook-wi/fohdbaioejiekbmphjempgmniojhjgin |
설명 | Show and hide the news feed with the click of a button, now with a timer. |
파일 크기 | 10.41 KB |
설치 횟수 | 270 |
현재 버전 | 1.9 |
최근 업데이트 | 2017-07-12 |
출시 날짜 | 2017-07-12 |
평점 | 4.14/5 총 7 개의 평점 |
개발자 | https://www.brovalex.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.brovalex.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide News for Facebook with Timer", "description": "Show and hide the news feed with the click of a button, now with a timer. ", "version": "1.9", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "mystyles.css" ], "js": [ "feedblock.js" ] } ], "icons": { "128": "icon128.png" }, "web_accessible_resources": [ "load.gif" ] } |