Painel de Comentários - Lukaautomação

Painel de Comentários - Lukaautomação

Automação de comentários

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "css/bootstrap.min.css",
        "css/style.css",
        "css/bangers-font.css",
        "css/media.css"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/bootstrap.bundle.min.js",
        "js/jquery.countdown.js",
        "index.js"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://maxcdn.bootstrapcdn.com; object-src 'self';",
  "description": "Automação de comentários",
  "icons": {
    "16": "./images/icon16.png",
    "48": "./images/icon48.png",
    "128": "./images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlPP6Ealy9lMqH4LSjK/DAbNCdUazGLU3lS6nW1XiLfRV1uCnCJGrnGaeP0aHVj3Snxfhb7m+qG+bHFkCF0zMkYNItfADJWZcHYR0Gjeu4IkhG3KNtjlnHnGkoMl0qOt40aMnpH6hoAKsuu59kXXyToYQfgG6yHzoPiEQhoV86RNhSqlmdAF7X0C+Zw0Ewo5TPh3du1N3ybJqhW6P5KJxvg3LdtN9Xx93CA8YUbyjw4L1Wl2MC3kQlxjtWIcU1J5WKBcETyM4Mg9WRsqcmlzRBbLk1ROnEcBecnFUNCpNe0WS2j/xh7rYQHm0YXYpAKlA/9uACjBfwpPknrtGCP6bxQIDAQAB",
  "manifest_version": 2,
  "name": "Painel de Comentários - Lukaautomação",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "web_accessible_resources": [
    "images/*.png",
    "data/*.json",
    "fonts/*.woff2"
  ]
}