Simplified Twitter
Remove distractions from the new Twitter layout
Wat is Simplified Twitter?
Simplified Twitter is een Chrome-extensie ontwikkeld door Bruno Lemos, en de belangrijkste functie is "Remove distractions from the new Twitter layout".
Extensie Screenshots
Download het CRX-bestand van de extensie Simplified Twitter
Download Simplified Twitter-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
| Officiële URL | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
| Beschrijving | Remove distractions from the new Twitter layout |
| Bestandsgrootte | 14.05 KB |
| Aantal Installaties | 2,394 |
| Huidige Versie | 1.8.1 |
| Laatst Bijgewerkt | 2023-11-22 |
| Publicatiedatum | 2020-04-25 |
| Beoordeling | 4.70/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | Bruno Lemos |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/brunolemos/simplified-twitter |
| Help Pagina-URL | https://github.com/brunolemos/simplified-twitter |
| Ondersteunde Talen | 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"
}
} | |