4chan Tools

4chan Tools

Some little helper to improve your 4chan expirience. Current functions: * Expand all Threads * Collapse all Threads * Show all…

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 Tools",
  "version": "1.0",
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "img/icon48.png",
    "default_title": "4chan Tools",
    "default_popup": "popup/default.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "300": "img/icon300.png"
  },
  "web_accessible_resources": [
    "img/*.png"
  ]
}