Funny Funny - hahaha meme

Funny Funny - hahaha meme

funny faces will move through your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png",
      "128": "images/128.png"
    },
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "monster.css",
        "jquery-ui.min.css"
      ],
      "js": [
        "jquery.min.js",
        "jquery-ui.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "homepage_url": "https://www.downloadhub.cloud/2023/04/funny.html",
  "icons": {
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "monster",
  "version": "4.3.1",
  "web_accessible_resources": [
    "monster/*.png",
    "images/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{300996dc-6eaf-4eda-8355-214327d5fb63}"
    }
  }
}