4chan Expand Images

4chan Expand Images

Easily expand images in 4chan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "description": "Easily expand images in 4chan",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "4chan Expand Images",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "version": "1.0.0"
}