Simplified Twitter
Remove distractions from the new Twitter layout
Hvad er Simplified Twitter?
Simplified Twitter er en Chrome-udvidelse udviklet af Bruno Lemos, og dens hovedfunktion er "Remove distractions from the new Twitter layout".
Udvidelsesskærmbilleder
Download Simplified Twitter-udvidelses-CRX-fil
Download Simplified Twitter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
| Officiel URL | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
| Beskrivelse | Remove distractions from the new Twitter layout |
| Filstørrelse | 14.05 KB |
| Antal Installationer | 2,394 |
| Nuværende Version | 1.8.1 |
| Senest Opdateret | 2023-11-22 |
| Udgivelsesdato | 2020-04-25 |
| Bedømmelse | 4.70/5 Samlet 20 Bedømmelser |
| Udvikler | Bruno Lemos |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/brunolemos/simplified-twitter |
| Hjælpeside-URL | https://github.com/brunolemos/simplified-twitter |
| Understøttede Sprog | 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"
}
} | |