Skip to content

Browser extension to hide the number of Twitter impressions

License

Notifications You must be signed in to change notification settings

Robot-Inventor/hide-view-count

Repository files navigation

Hide View Count

logo

日本語で読む

This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second!

This is an extension to "not see the number of impressions". It cannot be used to "not show the number of impressions".

screenshot

What you can do

  • Hide the number of impressions of your tweets and others' tweets on your browser

What you cannot do

  • Hide the number of impressions of your Tweets from others
  • Using a client other than the official web version of the Twitter client

Supported Browsers

  • Google Chrome: Supported
  • Mozilla Firefox: Supported
  • Microsoft Edge: Supported
  • Opera: Unsupported but user report says it works

Development

Setup

npm install

Build

npm run build

Package

npm run package

Both Manifest v2 (for Firefox) and Manifest v3 (for Chrome) files are generated in the following locations.

  • Manifest v2: web-ext-artifacts/manifest_v2/hide_view_count-<VERSION>.zip
  • Manifest v3: web-ext-artifacts/manifest_v3/hide_view_count-<VERSION>.zip

Versioning

Follows normal semantic versioning. Use the npm version command to update the version number.

Also, the version number of the extension listed in the manifest file is overwritten by the version number listed in package.json. Therefore, there is no need to edit the version number in the manifest file when updating the version number.