ins Tags

ins Tags

A hashtag generator that helps to create a unique set of hashtags for instagram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.721b7357.png",
    "48": "icon48.f544afcb.png",
    "128": "icon128.6aa15eb0.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.721b7357.png",
      "48": "icon48.f544afcb.png"
    },
    "default_popup": "popup.d334c8be.html"
  },
  "version": "0.0.3",
  "name": "ins Tags",
  "description": "A hashtag generator that helps to create a unique set of hashtags for instagram",
  "author": "seewhy",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "hello.72b1ba60.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "in-tags-dialog.727cf6dd.js"
      ],
      "css": [
        "in-tags-dialog.611e7515.css"
      ]
    }
  ],
  "host_permissions": [
    "https://ssl.google-analytics.com",
    "https://www.instagram.com/*"
  ]
}