Simplify Twitter Web UI
Simplify the new Twitter Web UI
What is Simplify Twitter Web UI?
Simplify Twitter Web UI is a Chrome extension developed by lukeed, and its main feature is "Simplify the new Twitter Web UI".
Extension Screenshots
Download Simplify Twitter Web UI Extension CRX File
Download Simplify Twitter Web UI 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
**Why?** - I don't like 3-column layouts (too busy) - Hide "Trending For you" stuff – usually in the right sidebar - Attempt to hide "Promoted Tweets" – currently works, but don't count on it See the website for more info.
Extension Basic Information
Name | Simplify Twitter Web UI |
ID | pobjlebhmdjbgfjhfdhblilmpjkegbfd |
Official URL | https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd |
Description | Simplify the new Twitter Web UI |
File Size | 10.53 KB |
Installation Count | 383 |
Current Version | 2.0.0 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | lukeed |
Payment Type | free |
Extension Website | https://github.com/lukeed/twitter-simple-extension |
Help Page URL | https://github.com/lukeed/twitter-simple-extension/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify Twitter Web UI", "version": "2.0.0", "manifest_version": 2, "description": "Simplify the new Twitter Web UI", "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension", "icons": { "128": "128x128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*\/twitter.com\/*" ], "js": [ "index.min.js" ] } ] } |