Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
Kill News Feed & Stories. là gì?
Kill News Feed & Stories. là một tiện ích mở rộng Chrome được phát triển bởi arryanggaputra, và tính năng chính của nó là "Saves your time by removing the Facebook news feed and Stories in your Browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kill News Feed & Stories.
Tải xuống các tệp mở rộng Kill News Feed & Stories. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
URL Chính Thức | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
Mô tả | Saves your time by removing the Facebook news feed and Stories in your Browser. |
Kích Thước Tệp | 60.32 KB |
Số Lần Cài Đặt | 3,061 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-03-29 |
Ngày Phát Hành | 2020-03-29 |
Đánh Giá | 2.45/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | arryanggaputra |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kopi.dev |
URL Trang Trợ Giúp | https://kopi.dev |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |