Examine source code of Infinite Scroll Optimizer

Inspect and view changes in Infinite Scroll Optimizer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_extensionName__",
  "version": "0.0.2",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "index.js"
      ]
    }
  ],
  "permissions": [],
  "incognito": "spanning",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{e50a58fa-d543-432e-8da9-6fead94314c8}"
    }
  }
}