Examine source code of Phuong My Chi Music

Inspect and view changes in Phuong My Chi Music source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Phuong My Chi Music",
  "description": "Phuong My Chi Music là ứng dụng nghe nhạc, xem video về ca sĩ Phương Mỹ Chi,Tải câu chuyện (stories), video và hình ảnh từ Instagram",
  "version": "4.8.5",
  "homepage_url": "https://phuongmychi.vn",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Phuong My Chi"
  },
  "icons": {
    "512": "logo512.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "js": [
        "posts.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "js": [
        "stories.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "js": [
        "tv.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' 'sha256-HoGqRjzRL/88HcTUdRnHfMjawPXijGdr8e+U8Xhq1Vw='; object-src 'self'"
}