4Chan Gallery Mode

4Chan Gallery Mode

Quickly flick through images and videos with ease with the 4Chan Gallery Mode extension. Simply click the “Gallery Mode” link with…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "4Chan Gallery Mode",
  "short_name": "4Chan Gallery Mode",
  "version": "0.1.0",
  "description": "",
  "permissions": [
    "contextMenus"
  ],
  "browser_action": {
    "name": "Manipulate DOM",
    "icons": [
      "icon.png"
    ],
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "background.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}