Conscious (Hide news feed / FB visit counter)
Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious.
Conscious (Hide news feed / FB visit counter)란 무엇입니까?
Conscious (Hide news feed / FB visit counter)은(는) Axel Chalon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious."입니다.
확장 프로그램 스크린샷
Conscious (Hide news feed / FB visit counter) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Prevents you from wasting time on Facebook. "Conscious" makes you more aware of each time you visit Facebook mechanically, without really thinking about it. Get rid of that habit, save some time and do meaningful things instead! -- Privacy information (as per Chrome Web Store's data policy): All of the data is stored locally, on your browser(s). We do not store personal information. We do not collect your data. We do not send any data over the Internet.
확장 프로그램 기본 정보
이름 | Conscious (Hide news feed / FB visit counter) |
ID | pkhdbkadnfekllhbgamdmjmgmhikihng |
공식 URL | https://chromewebstore.google.com/detail/conscious-hide-news-feed/pkhdbkadnfekllhbgamdmjmgmhikihng |
설명 | Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious. |
파일 크기 | 138 KB |
설치 횟수 | 31 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2016-09-14 |
출시 날짜 | 2016-09-14 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Axel Chalon |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Hides the news feed and\/or displays how many times you've visited Facebook today. Stay conscious.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhFK6KQKOP8gBsRexCCCJTvcvETP1ZpUBh\/rklZw1Cg7xl8MRTh2vSV+3FrjBjed\/nUzM0j0z9J9hOsTfazedIj2r9v+N3JwnBBlbPKmSG9EDulZwngLtm8q7d\/vKWoz35dz\/xpQSHQCsHIuJSv\/RxEYQnPI7GydmDKZMklN9sSOWlZmHkIZoAnBeobm+1ZISFZUaYWH+mZ5knOiIfPEJgapD00OwCnK3vEg3LXIfUpKHIi050jNWRFC13rwGPYsMaOI9UhLbTdUjQrrSmdYIVyRb\/7Omui7EQLIY+m6st1xVbzJCHutognCeGAVG1TqVtwjmLL5KELjl7vdxs000iwIDAQAB", "manifest_version": 2, "name": "Conscious (Hide news feed \/ FB visit counter)", "options_page": "options.html", "permissions": [ "storage" ], "short_name": "Conscious", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.4" } |