Twitter UnHooked
Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
What is Twitter UnHooked?
Twitter UnHooked is a Chrome extension developed by Pamela Fox, and its main feature is "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".
Extension Screenshots
Download Twitter UnHooked Extension CRX File
Download Twitter UnHooked 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
This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.
Extension Basic Information
Name | Twitter UnHooked |
ID | imcokhibdjkdgepeadnipppignmnicnb |
Official URL | https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb |
Description | Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations. |
File Size | 4.22 KB |
Installation Count | 213 |
Current Version | 0.7 |
Last Updated | 2022-08-11 |
Publish Date | 2018-06-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Pamela Fox |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pamelafox/twitter-unhooked |
Help Page URL | https://github.com/pamelafox/twitter-unhooked/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter UnHooked", "version": "0.7", "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |