Simplified Twitter
Remove distractions from the new Twitter layout
What is Simplified Twitter?
Simplified Twitter is a Chrome extension developed by Bruno Lemos, and its main feature is "Remove distractions from the new Twitter layout".
Extension Screenshots
Download Simplified Twitter Extension CRX File
Download Simplified Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simplified Twitter |
ID | kfopmjhmejbgomgeajemgpgpbckpoopg |
Official URL | https://chromewebstore.google.com/detail/simplified-twitter/kfopmjhmejbgomgeajemgpgpbckpoopg |
Description | Remove distractions from the new Twitter layout |
File Size | 14.05 KB |
Installation Count | 2,394 |
Current Version | 1.8.1 |
Last Updated | 2023-11-22 |
Publish Date | 2020-04-25 |
Rating | 4.70/5 Total 20 Ratings |
Developer | Bruno Lemos |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/brunolemos/simplified-twitter |
Help Page URL | https://github.com/brunolemos/simplified-twitter |
Supported Languages | 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" } } |