GroupRipper

GroupRipper

Scan and rank posts of any group you are part of.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "eventPage.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "home.html",
    "default_title": "GroupRipper"
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "jquery-3.1.0.min.js",
        "content.js"
      ],
      "matches": [
        "https://*.facebook.com/groups/*"
      ]
    }
  ],
  "description": "Scan and rank posts of any group you are part of.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "GroupRipper",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "https://*.facebook.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.12"
}