9Hub

9Hub

Tiện ích hỗ trợ nhắn tin cho SO9 Hub

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles/content.css"
      ],
      "js": [
        "scripts/lib/jquery.js",
        "scripts/lib/socket.js",
        "scripts/content.js"
      ],
      "matches": [
        "*://*.facebook.com/*",
        "*://*.so9.vn/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Tiện ích hỗ trợ nhắn tin cho SO9 Hub",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "manifest_version": 3,
  "name": "9Hub",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "https://*.so9.vn/",
    "https://*.facebook.com/"
  ],
  "version": "1.0.7"
}