Simplified Twitter
Remove distractions from the new Twitter layout
Qu'est-ce que Simplified Twitter ?
Simplified Twitter est une extension Chrome développée par Bruno Lemos, et sa fonction principale est "Remove distractions from the new Twitter layout".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simplified Twitter
Téléchargez les fichiers d'extension Simplified Twitter 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
Improve the Twitter experience by decluttering the layout: No trends column, no giant menu, no distracting elements. Focus on what matters: the tweets. AVAILABLE FOR ALL BROWSERS.
Informations de Base sur l'Extension
Nom | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
URL Officiel | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Description | Remove distractions from the new Twitter layout |
Taille du Fichier | 14.05 KB |
Nombre d'Installations | 2,394 |
Version Actuelle | 1.8.1 |
Dernière Mise à Jour | 2023-11-22 |
Date de Publication | 2020-04-25 |
Évaluation | 4.70/5 Total 20 Évaluations |
Développeur | Bruno Lemos |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/brunolemos/simplified-twitter |
URL de la Page d'Aide | https://github.com/brunolemos/simplified-twitter |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplified Twitter", "version": "1.8.1", "description": "Remove distractions from the new Twitter layout", "short_name": "Simplified Twitter", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/x.com\/*", "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "index.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |