Serum
A fact checking plugin for websites.
Wat is Serum?
Serum is een Chrome-extensie ontwikkeld door https://factserum.co, en de belangrijkste functie is "A fact checking plugin for websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Serum
Download Serum-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Serum is a web-plugin. It allows users to verify the veracity of the websites. Its success is based on the peer review principle. Using the plugin, you can rate websites and our algorithm is in charge to compute the veracity of the pages. Serum is a brilliant way for its users to report « fake news » by using the power of the community. No need to be an expert to use Serum. You can simply check the reliability of your website without rating anything. It keeps you away from « informational pollution » such as fake news.
Basisinformatie over de Extensie
Naam | Serum |
ID | apcoooionicnlmcbkobkifpeifoeamme |
Officiële URL | https://chromewebstore.google.com/detail/serum/apcoooionicnlmcbkobkifpeifoeamme |
Beschrijving | A fact checking plugin for websites. |
Bestandsgrootte | 79.74 KB |
Aantal Installaties | 47 |
Huidige Versie | 2.1.7 |
Laatst Bijgewerkt | 2017-03-02 |
Publicatiedatum | 2017-03-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://factserum.co |
Betalingswijze | free |
Help Pagina-URL | http://www.factserum.co/questions |
URL van de Privacybeleid Pagina | http://www.factserum.co/legal |
Ondersteunde Talen | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Serum", "description": "A fact checking plugin for websites.", "version": "2.1.7", "default_locale": "en", "browser_action": { "default_icon": "ressources\/icon.png", "default_popup": "popover.html" }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/", "https:\/\/serum-dev.herokuapp.com\/", "https:\/\/serumdev.herokuapp.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*", "identity" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.color.min.js", "pop.js" ], "matches": [ "http:\/\/*\/*" ] } ], "background": { "scripts": [ "background.js" ] } } |