Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
What is Kill News Feed & Stories.?
Kill News Feed & Stories. is a Chrome extension developed by arryanggaputra, and its main feature is "Saves your time by removing the Facebook news feed and Stories in your Browser.".
Extension Screenshots
Download Kill News Feed & Stories. Extension CRX File
Download Kill News Feed & Stories. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
Official URL | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
Description | Saves your time by removing the Facebook news feed and Stories in your Browser. |
File Size | 60.32 KB |
Installation Count | 3,061 |
Current Version | 1.0.2 |
Last Updated | 2020-03-29 |
Publish Date | 2020-03-29 |
Rating | 2.45/5 Total 22 Ratings |
Developer | arryanggaputra |
[email protected] | |
Payment Type | free |
Extension Website | https://kopi.dev |
Help Page URL | https://kopi.dev |
Supported Languages | 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" } } |