Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
What is Hide Twitter views.?
Hide Twitter views. is a Chrome extension developed by charies, and its main feature is "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".
Extension Screenshots
Download Hide Twitter views. Extension CRX File
Download Hide Twitter views. 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
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Extension Basic Information
Name | Hide Twitter views. |
ID | gbojcaianddcdcmagaeciibaonmmgaeg |
Official URL | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
Description | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
File Size | 15.58 KB |
Installation Count | 253 |
Current Version | 1.0 |
Last Updated | 2022-12-27 |
Publish Date | 2022-12-27 |
Rating | 5.00/5 Total 5 Ratings |
Developer | charies |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter views.", "version": "1.0", "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.", "action": { "default_popup": "html\/index.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |