Skip to content

jfdelarosa/twitter-view-count-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter View Count Remover

Ultra simple browser extension that removes view count from tweets.

Installation

Install on Chrome/Brave/Edge/Opera

Install from the Chrome Web Store (recommended)

https://chrome.google.com/webstore/detail/twitter-view-count-remove/kacedphpmelngnhgodfbnemedkbbiajj

Install from source

  1. Download the latest release
  2. Unzip the file.
  3. Go to the extensions page:
  • chrome://extensions (Chrome, Brave or Opera)
  • edge://extensions (Edge)
  1. Enable Developer Mode.
  2. Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).

Install on Firefox

Firefox is not supported at the moment.

Development

Install dependencies

npm install

Build

npm run build 2 # Manifest v2
npm run build 3 # Manifest v3