https://github.com/victor95pc/tweet-verifier
Extension to check if Tweet is real
https://github.com/victor95pc/tweet-verifier
chrome-extension fake firefox-addon firefox-extension tweets twitter twitter-api verifier
Last synced: 16 days ago
JSON representation
Extension to check if Tweet is real
- Host: GitHub
- URL: https://github.com/victor95pc/tweet-verifier
- Owner: victor95pc
- License: mit
- Created: 2019-07-20T18:22:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:58:31.000Z (over 3 years ago)
- Last Synced: 2025-10-24T13:39:08.739Z (7 months ago)
- Topics: chrome-extension, fake, firefox-addon, firefox-extension, tweets, twitter, twitter-api, verifier
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/victor95pc/tweet-verifier)
[](https://coveralls.io/github/victor95pc/tweet-verifier?branch=master)
# PROJECT STILL WIP!
# What its?
A browser extesion to help you to check if the Tweet is real or not
# Install
Go to your extension store and search for **Tweet Verifier**
## How to build
Run ```npm install``` on the project folder
### Chrome
* Run ```npm chrome-build``` and for Development ```npm chrome-start```
* Go to ```chrome://extensions/``` on your Browser
* Enable ```Developer mode```
* Click on ```Load unpacked```
* Choose the ```build/chrome``` folder inside the project