FactPopUp
Creates notifications for fact-checking tweets.
Qu'est-ce que FactPopUp ?
FactPopUp est une extension Chrome développée par gautamhathi, et sa fonction principale est "Creates notifications for fact-checking tweets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FactPopUp
Téléchargez les fichiers d'extension FactPopUp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension notifies you whenever there's a new fact check. Source code available here: https://github.com/ReportersLabDuke/FactPopUp
Informations de Base sur l'Extension
Nom | |
ID | faaleponcnfhmolcbaajapgbigfffckj |
URL Officiel | https://chrome.google.com/webstore/detail/factpopup/faaleponcnfhmolcbaajapgbigfffckj |
Description | Creates notifications for fact-checking tweets. |
Taille du Fichier | 336 KB |
Nombre d'Installations | 190 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2017-02-09 |
Date de Publication | 2017-02-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | gautamhathi |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FactPopUp", "description": "Creates notifications for fact-checking tweets.", "version": "2.1.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "background": { "scripts": [ "keys.js", "js\/alert.js", "lib\/CryptoJS v3.1.2\/rollups\/hmac-sha256.js", "lib\/CryptoJS v3.1.2\/components\/enc-base64-min.js" ], "persistent": true }, "content_security_policy": "media-src https:\/\/pbs.twimg.com\/media\/* 'self'; img-src https:\/\/pbs.twimg.com\/ 'self' data: chrome-extension-resource:; script-src 'self'; object-src 'self'", "permissions": [ "notifications", "activeTab", "alarms", "fontSettings", "https:\/\/ajax.googleapis.com\/*", "https:\/\/stream.twitter.com\/*", "http:\/\/www.politifact.com\/*", "https:\/\/pbs.twimg.com\/*", "https:\/\/raw.githubusercontent.com\/ReportersLabDuke\/FactPopUp\/*", "gcm", "storage", "https:\/\/*.servicebus.windows.net\/*", "management", "alarms" ], "externally_connectable": { "matches": [ "https:\/\/stream.twitter.com\/*", "http:\/\/www.politifact.com\/*" ] }, "web_accessible_resources": [ "logo.png" ] } |