Simplified Twitter
Remove distractions from the new Twitter layout
Vad är Simplified Twitter?
Simplified Twitter är en Chrome-tillägg utvecklad av Bruno Lemos, och dess huvudfunktion är "Remove distractions from the new Twitter layout".
Tilläggsskärmbilder
Ladda ner Simplified Twitter-förlängningens CRX-fil
Ladda ner Simplified Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
Officiell webbadress | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Beskrivning | Remove distractions from the new Twitter layout |
Filstorlek | 14.05 KB |
Antal Installationer | 2,394 |
Aktuell Version | 1.8.1 |
Senast Uppdaterad | 2023-11-22 |
Publiceringsdatum | 2020-04-25 |
Betyg | 4.70/5 Totalt 20 Betyg |
Utvecklare | Bruno Lemos |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/brunolemos/simplified-twitter |
Hjälpsida URL | https://github.com/brunolemos/simplified-twitter |
Stödda Språk | 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" } } |