Twitter View Hider
Automatically hide view counts of tweets in your timeline
What is Twitter View Hider?
Twitter View Hider is a Chrome extension developed by Adrien Minne, and its main feature is "Automatically hide view counts of tweets in your timeline".
Extension Screenshots
Download Twitter View Hider Extension CRX File
Download Twitter View Hider 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 hides the view count that was recently added on the tweets of your timeline.
Extension Basic Information
Name | Twitter View Hider |
ID | mmoiilglckpgboidkcedhkhmimmeblml |
Official URL | https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml |
Description | Automatically hide view counts of tweets in your timeline |
File Size | 11.32 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2022-12-25 |
Publish Date | 2022-12-25 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Adrien Minne |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter View Hider", "version": "1.0", "manifest_version": 3, "description": "Automatically hide view counts of tweets in your timeline", "permissions": [], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "web_accessible_resources": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |