Auto Like

Auto Like

Autolike Extension Like4like And Addmefast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Autolike Extension Like4like And Addmefast",
  "version": "2.3.6",
  "manifest_version": 3,
  "name": "Auto Like",
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "scripting",
    "tabs",
    "activeTab",
    "storage",
    "debugger",
    "notifications"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.svg",
        "*.png",
        "*.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsypcZU00CBK/U+2cS3yBOKwCOKTR+D4hvcgVeTi2c5WsO7pf3OldlHr0YUoNblmzSNZgL8hywpSx2SiDpaaR1uzJyeEVf2aDYDc/CKBoOte0gxpdJlrYK+4YqJIJ/pvEZwE/YMFHSTmrlSSoVTyfTeTKP0e/zlkR/qMWq7jDLEZAKRIjQcH3MV+KyWS3QijhrISRt64GpW9YMGvveCZWsRImaUvf3xA4O8o4KVk9gvhrNVKVDaGIIzLGnf1ds2BpqVav3RKbcSDaYOVBV/c/Bw9H711p5lat5s81ttiXj7Icr7qAiuxzl2bsdHhiiAYUt2bMCJaXyKIp3+n+0p9J0QIDAQAB"
}