WhatsLog

WhatsLog

Veja mensagens apagadas no web whatsapp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WhatsLog",
  "version": "0.5",
  "manifest_version": 2,
  "description": "Veja mensagens apagadas no web whatsapp.",
  "browser_action": {
    "name": "Manipulate DOM",
    "icons": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_icon": "icon128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "web_accessible_resources": [
    "http://socialarte.com.br/desver.png"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "sweetalert.min.js",
        "whatslog.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}