Post Grabber

Post Grabber

Save time searching for content ideas for organic and paid ads by customizing your FB experience filtering out ads or posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Post Grabber",
  "version": "1.0.36",
  "description": "Save time searching for content ideas for organic and paid ads by customizing your FB experience filtering out ads or posts.",
  "short_name": "PG",
  "browser_action": {
    "default_title": "Post Grabber"
  },
  "icons": {
    "16": "images/60b4b8ebcf079d01363fbeb9-Post_Grabber-1625091725046-small_icon.png",
    "48": "images/60b4b8ebcf079d01363fbeb9-Post_Grabber-1625091725098-medium_icon.png",
    "128": "images/60b4b8ebcf079d01363fbeb9-Post_Grabber-1625091797547-large_icon.png"
  },
  "permissions": [
    "tabs",
    "https://facebook.com/*",
    "https://www.facebook.com/*",
    "storage",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ]
    }
  ],
  "background": {
    "page": "backgroundpage.html",
    "persistent": true
  },
  "manifest_version": 2
}