Block the twitter feed
Remove the feeds from twitter and just leave the search bar
Qu'est-ce que Block the twitter feed ?
Block the twitter feed est une extension Chrome développée par TechBore, et sa fonction principale est "Remove the feeds from twitter and just leave the search bar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Block the twitter feed
Téléchargez les fichiers d'extension Block the twitter feed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Block the twitter feed |
ID | eoedcdlampccjocbpffoheiiaoinedkm |
URL Officiel | https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm |
Description | Remove the feeds from twitter and just leave the search bar |
Taille du Fichier | 6.89 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-01-27 |
Date de Publication | 2021-01-27 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | TechBore |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |