Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
Kill News Feed & Stories.란 무엇입니까?
Kill News Feed & Stories.은(는) arryanggaputra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves your time by removing the Facebook news feed and Stories in your Browser."입니다.
확장 프로그램 스크린샷
Kill News Feed & Stories. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Saves your time by removing the Facebook news feed and Stories in your Browser. Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore. No more wasting time on Facebook. Be Productive! Changelog: 1.0.2 - reload facebook when configuration changes
확장 프로그램 기본 정보
이름 | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
공식 URL | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
설명 | Saves your time by removing the Facebook news feed and Stories in your Browser. |
파일 크기 | 60.32 KB |
설치 횟수 | 3,061 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-03-29 |
출시 날짜 | 2020-03-29 |
평점 | 2.45/5 총 22 개의 평점 |
개발자 | arryanggaputra |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kopi.dev |
도움말 페이지 URL | https://kopi.dev |
지원되는 언어 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "beProductive.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "name": "Kill News Feed & Stories.", "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "activeTab" ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" } } |