Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
¿Qué es Kill News Feed & Stories.?
Kill News Feed & Stories. es una extensión de Chrome desarrollada por arryanggaputra, y su función principal es "Saves your time by removing the Facebook news feed and Stories in your Browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kill News Feed & Stories.
Descarga archivos de extensión Kill News Feed & Stories. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
URL Oficial | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
Descripción | Saves your time by removing the Facebook news feed and Stories in your Browser. |
Tamaño del Archivo | 60.32 KB |
Cantidad de Instalaciones | 3,061 |
Versión Actual | 1.0.2 |
Última Actualización | 2020-03-29 |
Fecha de Publicación | 2020-03-29 |
Calificación | 2.45/5 Total de 22 Calificaciones |
Desarrollador | arryanggaputra |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://kopi.dev |
URL de la Página de Ayuda | https://kopi.dev |
Idiomas Soportados | 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" } } |