Home

Awesome

<p align="center"><img src="chrome/assets/img/icon.png" height="100"/></p> <h1 align="center"><a href="https://captainfact.io">CaptainFact.io</a></h1> <table> <thead> <tr> <th>Community</th> <th>Master</th> <th>Staging</th> </tr> </thead> <tbody> <tr> <td> <a href="https://discord.gg/2Qd7hMz" title="Discord"><img src="https://discordapp.com/api/guilds/416782744748687361/widget.png" alt="Discord"></a> <a href="https://twitter.com/CaptainFact_io" title="Twitter"><img src="https://img.shields.io/twitter/follow/CaptainFact_io.svg?style=social&label=Follow"></a> <a href="./LICENSE"><img src="https://img.shields.io/github/license/CaptainFact/captain-fact-extension.svg" alt="GPL3"></a> </td> <td> <a href="https://travis-ci.org/CaptainFact/captain-fact-extension"><img src="https://travis-ci.org/CaptainFact/captain-fact-extension.svg?branch=master" alt="Build Status"/></a> <a href='https://coveralls.io/github/CaptainFact/captain-fact-extension?branch=master'><img src='https://coveralls.io/repos/github/CaptainFact/captain-fact-extension/badge.svg?branch=master' alt='Coverage Status' /></a> </td> <td> <a href="https://travis-ci.org/CaptainFact/captain-fact-extension"><img src="https://travis-ci.org/CaptainFact/captain-fact-extension.svg?branch=staging" alt="Build Status"/></a> <a href='https://coveralls.io/github/CaptainFact/captain-fact-extension?branch=staging'><img src='https://coveralls.io/repos/github/CaptainFact/captain-fact-extension/badge.svg?branch=staging' alt='Coverage Status' /></a> </td> </tr> </tbody> </table> <hr/> <p align="center"> <a href="https://opencollective.com/captainfact_io/donate" target="_blank"> <img src="https://opencollective.com/captainfact_io/donate/button@2x.png?color=blue" width=300 /> </a> </p>

Install

ChromeFirefoxOperaSafariIE
AvailableAvailableNot yetNot yetNot yet

Extension Features

Icon helper

A small icon appears when you're watching a video that has been verified on CaptainFact.io. It tells you, based on votes, if the statement you're hearing (or what is shown) is believed to be true or false.

Icon approve Icon refute

Facts overlay

When clicked, the CaptainFact icon displays facts and comments about current statement and their respective scores.

Demo screenshot

Development

FAQ

We store a local cache of videos ids that exist on CaptainFact. This cache gets updated when you visit Youtube if it's older than 15 minutes. This is a privacy improvement that guarantees we don't track the videos you're watching and don't send unnecessary requests.

Because we inject script programmatically from background (only if video is known from cache) and to be able to disable CaptainFact on all tabs when you unselect it from extension popup.

You can check by yourself in chrome/extension/background.js (look for chrome.tabs.)

To be able to inject the facts overlay on Youtube videos.

We may want to implement this in a separate release in the future. We don't want to implement this feature in main extension cause it means asking for permissions to access all your sites.

Not at the moment.

Linked projects

License

GNU General Public License v3.0

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

See LICENSE for more info.