No Bias News
No Bias News reveals the biases and backgrounds of various news sources.
Τι είναι το No Bias News;
Το No Bias News είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Open Lens, και η κύρια λειτουργία του είναι "No Bias News reveals the biases and backgrounds of various news sources.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης No Bias News
Λήψη αρχείων επέκτασης No Bias News σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The No Bias News Chrome extension takes the bias and "factual reporting" ratings from Media Bias Fact Check and displays these in an organized manner, along with other relevant information, when visiting the specific news website. Disclaimer: The source we used for this project - Media Bias Fact Check - has their own Chrome extension. This extension is intended to expand on their research and provide more succinct, digestible information.
Βασικές Πληροφορίες Επέκτασης
Όνομα | No Bias News |
ID | hbbfimdipnhmmipnkngmmofnmenkldio |
Επίσημο URL | https://chromewebstore.google.com/detail/no-bias-news/hbbfimdipnhmmipnkngmmofnmenkldio |
Περιγραφή | No Bias News reveals the biases and backgrounds of various news sources. |
Μέγεθος Αρχείου | 164 KB |
Αριθμός Εγκαταστάσεων | 149 |
Τρέχουσα Έκδοση | 1.02 |
Τελευταία Ενημέρωση | 2018-09-04 |
Ημερομηνία Δημοσίευσης | 2018-09-03 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Open Lens |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://openlensresearch.weebly.com/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Bias News", "description": "No Bias News reveals the biases and backgrounds of various news sources.", "version": "1.02", "icons": { "128": "images\/no-bias-news-128.png", "64": "images\/no-bias-news-64.png", "48": "images\/no-bias-news-48.png", "32": "images\/no-bias-news-32.png", "16": "images\/no-bias-news-16.png" }, "browser_action": { "default_icon": "images\/no-bias-news-128.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'" } |