Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
Wat is Kill News Feed & Stories.?
Kill News Feed & Stories. is een Chrome-extensie ontwikkeld door arryanggaputra, en de belangrijkste functie is "Saves your time by removing the Facebook news feed and Stories in your Browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kill News Feed & Stories.
Download Kill News Feed & Stories.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
Officiële URL | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
Beschrijving | Saves your time by removing the Facebook news feed and Stories in your Browser. |
Bestandsgrootte | 60.32 KB |
Aantal Installaties | 3,061 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-03-29 |
Publicatiedatum | 2020-03-29 |
Beoordeling | 2.45/5 Totaal 22 Beoordelingen |
Ontwikkelaar | arryanggaputra |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://kopi.dev |
Help Pagina-URL | https://kopi.dev |
Ondersteunde Talen | 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" } } |