Comments for Yahoo

Comments for Yahoo

Read and write comments on Yahoo! articles and videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Comments for Yahoo",
  "version": "1.0",
  "description": "Read and write comments on Yahoo! articles and videos.",
  "manifest_version": 2,
  "icons": {
    "128": "images/logo.png"
  },
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com https://ssl.google-analytics.com https://www.google-analytics.com/ https://www.google-analytics.com https://blarify.com; object-src 'self'; img-src www.googletagmanager.com https://www.google-analytics.com/ https://events.xg4ken.com https://beacon.krxd.net https://pubads.g.doubleclick.net https://sp.analytics.yahoo.com https://5237.xg4ken.com https://www.google.co.in https://s.amazon-adsystem.com www.google-analytics.com https://*.rfihub.com https://live.rezync.com https://secure.adnxs.com https://googleads.g.doubleclick.net https://www.googleadservices.com https://www.google.com https://trc.taboola.com https://www.facebook.com https://analytics.twitter.com https://t.co/i/adsct https://ad.doubleclick.net https://ext-inv-cdn.presage.io https://adservice.google.com/",
  "content_scripts": [
    {
      "matches": [
        "https://www.yahoo.com/*",
        "https://finance.yahoo.com/*",
        "https://money.yahoo.com/*",
        "https://sports.yahoo.com/*",
        "https://news.yahoo.com/*",
        "https://autos.yahoo.com/*"
      ],
      "exclude_globs": [
        "*.jpg",
        "*.jpeg",
        "*.gif",
        "*.png",
        "*.bmp",
        "*.webp",
        "*.css",
        "*.swf",
        "*.js",
        "*.zip",
        "*.rar",
        "*.tar",
        "*.tar.gz",
        "*.tgz",
        "*.tar.bz2",
        "*.tbz2",
        "*.doc",
        "*.docx",
        "*.ppt",
        "*.pptx",
        "*.xls",
        "*.xlsx",
        "*.pdf",
        "*.xml",
        "*.txt",
        "*.mpg",
        "*.mpeg",
        "*.qt",
        "*.mp4",
        "*.m4v",
        "*.m4a",
        "*.mp3",
        "*.ogv",
        "*.ogm",
        "*.ogg",
        "*.oga",
        "*.webm",
        "*.wav",
        "*.",
        "*."
      ],
      "css": [
        "css/inject.css"
      ],
      "js": [
        "js/jquery.js",
        "js/inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "html/iframe/*"
  ],
  "permissions": [
    "https://www.yahoo.com/*",
    "https://finance.yahoo.com/*",
    "https://money.yahoo.com/*",
    "https://sports.yahoo.com/*",
    "https://news.yahoo.com/*",
    "https://autos.yahoo.com/*"
  ]
}