Examine source code of INJEN

Inspect and view changes in INJEN 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
{
  "manifest_version": 2,
  "name": "INJEN",
  "description": "Addin buat mengintip Marketplace",
  "version": "1.1resigned1",
  "permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.tokopedia.com/p/*"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "jquery-ui.min.js",
        "basemodule.js",
        "contenttokoped.js"
      ],
      "css": [
        "content.css",
        "jquery-ui.min.css",
        "jquery-ui.structure.min.css",
        "jquery-ui.theme.min.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "jquery-3.2.1.min.js",
    "cross.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{99ddf3eb-d5a9-48b3-b7f4-df37bf94253c}"
    }
  }
}