Tilly Instagram™ Stats & Image Downloader

Tilly Instagram™ Stats & Image Downloader

Enhance your professional Instagram experience, check and analyze stats

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Enhance your professional Instagram experience, check and analyze stats",
  "version": "1.3.6",
  "name": "Tilly Instagram™ Stats & Image Downloader",
  "permissions": [
    "activeTab",
    "*://*.instagram.com/*"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "Interceptor.js",
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "content.styles.css",
    "icon-128.png",
    "icon-34.png"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'"
}