Twitter X Ad Blocker

Twitter X Ad Blocker

Twitter X Ad Blocker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.4",
  "author": "Sogody",
  "name": "Twitter X Ad Blocker",
  "description": "Twitter X Ad Blocker",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://*.twitter.com/*",
        "https://x.com/*",
        "https://*.x.com/*"
      ],
      "js": [
        "script.77c89345.js"
      ],
      "all_frames": true,
      "css": [
        "script.301fb350.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwsJxdWP3rVqWlM6AHBqHgReZaAR9/Gm/ZGqTVPrJFYcnV2hWK6WFi0O6pwuF4/jztdfGF4AC6CmcTRwb4yTJpbqqdVBdd7qjE+RcSG1PMXFzA/oA7E1lyVfE+Lz6BKMMWWg9JrT7qS1NGaabVkemi4FB4k3q1keDIlSUx6DLCX/wk/p6+ALylaMiXVGiaJB9MJ3OCRnpzI8iUoi6E0YtpaOjvdOkqmztSx/4xclx+RFEZHS/OCfEcXCGWswYv71IMobX4G93b3JaHlet/Zbw4/VWAaF/oU2CM0LmQ809W/WxO8B/dT2hLd1ARL4AlR+ihxUxUhl8BBOuC2uMTDgLPQIDAQAB",
  "host_permissions": [
    "https://twitter.com/*",
    "https://*.twitter.com/*",
    "https://x.com/*",
    "https://*.x.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://*.twitter.com/*",
        "https://x.com/*",
        "https://*.x.com/*"
      ],
      "resources": [
        "script.8c0aa141.css"
      ]
    }
  ]
}