Stop Sharing

Stop Sharing

Stop sharing and searching of content on google platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stop Sharing",
  "version": "3.0.1",
  "description": "Stop sharing and searching of content on google platforms.",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "thirdParty/jquery-3-6-0.min.js",
        "content.js"
      ],
      "matches": [
        "https://docs.google.com/*",
        "https://drive.google.com/*",
        "https://sites.google.com/*",
        "https://play.google.com/*",
        "https://www.learn4good.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "https://matthewstrouss.com/web_resources/config.json"
      ],
      "matches": [
        "https://www.matthewstrouss.com/*"
      ]
    }
  ]
}