Skip to content

๐Ÿ”Ž Fork CaptainFact - Browser Extension. Displays facts on YouTube videos

License

Notifications You must be signed in to change notification settings

fbouffetier/fork-captain-fact-extension

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Community Master Staging
Discord GPL3 GitHub release Build Status Coverage Status Build Status Coverage Status


Install

Chrome Firefox Opera Safari EDGE
Available Available Works with Chrome extension Not yet Not 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

  • Install (if you don't have them):

    • Docker (to start the API easily)
    • Node.js
    • App dependencies: npm install
  • Run:

FAQ

  • Why do you need storage permissions?

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.

  • Why do you need tab permissions?

Because the script is injected programmatically in the background (only if video is known from cache) and to be able to turn off CaptainFact on all tabs when you unselect it from the extension popup.

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

  • Why do you need Youtube permissions?

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

  • Why do you only inject on youtube.com and not in embedded players everywhere else?

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.

  • Can I add sources on videos directly from the extension?

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.

About

๐Ÿ”Ž Fork CaptainFact - Browser Extension. Displays facts on YouTube videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • CSS 8.7%
  • Pug 2.0%