Reddit Posts for Websites

Reddit Posts for Websites

When visiting a website, see if the URL has ever been posted on Reddit. Made by Agency Enterprise.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Reddit Posts for Websites",
  "version": "1.0",
  "description": "When visiting a website, see if the URL has ever been posted on Reddit. Made by Agency Enterprise.",
  "author": "Agency Enterprise Studio",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}