Comment Finder

Comment Finder

This extension finds if the current page was submitted to Reddit and shows you the comments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comment Finder",
  "short_name": "Seen it",
  "description": "This extension finds if the current page was submitted to Reddit and shows you the comments",
  "version": "0.0.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://www.reddit.com/",
    "tabs"
  ]
}