微博图片反查

查看微博图片的po主
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "微博图片反查",
  "description": "查看微博图片的po主",
  "version": "0.2resigned1",
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b10948c4-dbe6-44df-998c-359be69f3b70}"
    }
  }
}