Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:58:31.000Z (about 2 years ago)
- Last Synced: 2024-12-18T06:23:42.766Z (about 1 month 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
[![Build Status](https://travis-ci.org/victor95pc/tweet-verifier.svg?branch=master)](https://travis-ci.org/victor95pc/tweet-verifier)
[![Coverage Status](https://coveralls.io/repos/github/victor95pc/tweet-verifier/badge.svg?branch=master)](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