Block the twitter feed
Remove the feeds from twitter and just leave the search bar
¿Qué es Block the twitter feed?
Block the twitter feed es una extensión de Chrome desarrollada por TechBore, y su función principal es "Remove the feeds from twitter and just leave the search bar".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Block the twitter feed
Descarga archivos de extensión Block the twitter feed 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
Remove the feeds from twitter and just leave the search bar A simple plugin to remove the recommended feeds from twitter to limit distractions and boost your productivity. Feeds removed: - All of the feeds on the right side of the home page (Trending, Who to follow). - Your main feed on the home page. - The Who to Follow feed that is sliced into other people's feed. Changelog: 1.0.0 - Adds initial offering to block unproductive feeds off twitter. Block All the Feeds!!! Support: If you have benefited from this extension, consider buying me a coffee at the following link: buymeacoff.ee/m6nJCHq57
Información Básica de la Extensión
Nombre | Block the twitter feed |
ID | eoedcdlampccjocbpffoheiiaoinedkm |
URL Oficial | https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm |
Descripción | Remove the feeds from twitter and just leave the search bar |
Tamaño del Archivo | 6.89 KB |
Cantidad de Instalaciones | 211 |
Versión Actual | 1.0.0 |
Última Actualización | 2021-01-27 |
Fecha de Publicación | 2021-01-27 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | TechBore |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block the twitter feed", "description": "Remove the feeds from twitter and just leave the search bar", "icons": { "128": "icon.png" }, "version": "1.0.0", "permissions": [ "activeTab", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "browser_action": { "default_title": "Remove the twitter feed and trending sections", "default_icon": "icon.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [], "matches": [ "*:\/\/twitter.com\/home*", "*:\/\/www.twitter.com\/home*", "*:\/\/www.twitter.com\/*", "*:\/\/www.twitter.com\/home", "*:\/\/twitter.com\/*", "*:\/\/www.twitter.com\/home" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2 } |