Reddit Meme Explain

Reddit Meme Explain

Provides a hyperlink and highlights text which are memes on reddit!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reddit Meme Explain",
  "permissions": [],
  "description": "Provides a hyperlink and highlights text which are memes on reddit!",
  "default_locale": "en_US",
  "version": "0.0.0.1",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "192": "android-chrome-192x192.png",
    "512": "android-chrome-512x512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "ExplainMeme.js"
      ]
    }
  ]
}