Profile Picture Guard For Facebook (Shield)

Profile Picture Guard For Facebook (Shield)

The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Profile Picture Guard For Facebook (Shield)",
  "short_name": "PPG",
  "description": "The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.",
  "version": "1.5.3",
  "author": "ItsMe - Aimen25Cne",
  "default_locale": "en",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest",
    "storage",
    "downloads",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.cdninstagram.com/*",
    "*://*.fbcdn.net/*",
    "*://*.facebook.com/*"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "all_frames": true,
      "js": [
        "/js/fb_content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rule-1",
        "enabled": true,
        "path": "rules.json"
      },
      {
        "id": "fb_iframe",
        "enabled": false,
        "path": "/rules/fb_iframe.json"
      },
      {
        "id": "fb_graphql",
        "enabled": false,
        "path": "/rules/fb_graphql.json"
      },
      {
        "id": "insta_iframe",
        "enabled": false,
        "path": "/rules/insta_iframe.json"
      },
      {
        "id": "insta_upload",
        "enabled": false,
        "path": "/rules/insta_upload.json"
      },
      {
        "id": "insta_page",
        "enabled": false,
        "path": "/rules/insta_page.json"
      },
      {
        "id": "insta_apiv1",
        "enabled": false,
        "path": "/rules/insta_apiv1.json"
      },
      {
        "id": "insta_configure_to_story",
        "enabled": false,
        "path": "/rules/insta_configure_to_story.json"
      }
    ]
  },
  "action": {},
  "manifest_version": 3
}