Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
Apa itu Kill News Feed & Stories.?
Kill News Feed & Stories. adalah ekstensi Chrome yang dikembangkan oleh arryanggaputra, dan fitur utamanya adalah "Saves your time by removing the Facebook news feed and Stories in your Browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kill News Feed & Stories.
Unduh file ekstensi Kill News Feed & Stories. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
URL Resmi | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
Deskripsi | Saves your time by removing the Facebook news feed and Stories in your Browser. |
Ukuran File | 60.32 KB |
Jumlah Instalasi | 3,061 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-03-29 |
Tanggal Publikasi | 2020-03-29 |
Penilaian | 2.45/5 Total 22 Penilaian |
Pengembang | arryanggaputra |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://kopi.dev |
URL Halaman Bantuan | https://kopi.dev |
Bahasa yang Didukung | 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" } } |