社会性フィルター

社会性フィルター

あなたのブラウザに社会性を持たせます.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "社会性フィルター",
  "version": "1.0.3",
  "manifest_version": 2,
  "description": "あなたのブラウザに社会性を持たせます.",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "socialfilter.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "option.html",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}