Timical: Boost Instagram Followers Engagement

Timical: Boost Instagram Followers Engagement

Timical AI engine predicts the best time to post on Instagram to achieve maximum followers engagement based on historical data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Timical: Boost Instagram Followers Engagement",
  "description": "Timical AI engine predicts the best time to post on Instagram to achieve maximum followers engagement based on historical data.",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.js",
        "js/jquery-3.6.0.slim.min.js",
        "js/bootstrap.min.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "128-icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16-icon.png",
    "48": "48-icon.png",
    "128": "128-icon.png"
  },
  "permissions": [
    "storage"
  ]
}