Trusted Times

Trusted Times

This extension identifies fake & unreliable news and helps to identify media bias. It's the only extension that helps you identify bias (if any) in each news article, using Artificial Intelligence and advanced machine learning algorithms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Trusted Times",
  "short_name": "Identify fake, unreliable and biased news like a pro.",
  "description": "This extension identifies fake & unreliable news and helps to identify media bias.",
  "version": "3.0.0.4resigned1",
  "homepage_url": "https://trustedtimes.org",
  "icons": {
    "32": "32.png",
    "64": "64.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "browser.js",
      "js/connection.js",
      "js/overlay.js",
      "js/response.js",
      "js/analytics.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "icon4.png",
    "default_title": "Trusted Times",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [],
      "css": [
        "css/inject.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4bcc77de-647e-4a3e-82d3-53d62951c117}"
    }
  }
}