Nullpo 5ch Reader

Nullpo 5ch Reader

View 5ch Easily。5ちゃんねるを快適に見るためのChrome拡張

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "jquery-1.6.1.min.js",
        "myscript.js"
      ],
      "matches": [
        "http://*.bbspink.com/test/*",
        "http://*.2ch.net/test/*",
        "https://*.bbspink.com/test/*",
        "https://*.2ch.net/test/*",
        "http://*.5ch.net/test/*",
        "https://*.5ch.net/test/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "View 5ch Easily。5ちゃんねるを快適に見るためのChrome拡張 ",
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {},
  "web_accessible_resources": [
    "error.gif",
    "mosaic.gif",
    "loading.gif"
  ],
  "name": "Nullpo 5ch Reader",
  "version": "1.0.0.1"
}