Painel de Comentários - Lukaautomação
Automação de comentários
Painel de Comentários - Lukaautomação란 무엇입니까?
Painel de Comentários - Lukaautomação은(는) lukaautomacao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automação de comentários"입니다.
확장 프로그램 스크린샷
Painel de Comentários - Lukaautomação 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
O Painel de Comentários da Lukaautomação tem como finalidade automatizar sua interação com os comentários na participação de sorteios dentro do Instagram, te poupando tempo de ficar comentando manualmente.
확장 프로그램 기본 정보
이름 | Painel de Comentários - Lukaautomação |
ID | ienkeilcjclipkggahcdjfegaponcaih |
공식 URL | https://chromewebstore.google.com/detail/painel-de-coment%C3%A1rios-luk/ienkeilcjclipkggahcdjfegaponcaih |
설명 | Automação de comentários |
파일 크기 | 1.56 MB |
설치 횟수 | 61 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-05-04 |
출시 날짜 | 2021-04-07 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | lukaautomacao |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://lukaautomacao.com.br/ |
도움말 페이지 URL | https://lukaautomacao.com.br/quem-somos/ |
개인정보 보호 정책 페이지 URL | https://lukaautomacao.com.br/politica-de-privacidade-2 |
지원되는 언어 | pt-BR |
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\u00e7\u00e3o de coment\u00e1rios", "icons": { "128": ".\/images\/icon128.png", "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlPP6Ealy9lMqH4LSjK\/DAbNCdUazGLU3lS6nW1XiLfRV1uCnCJGrnGaeP0aHVj3Snxfhb7m+qG+bHFkCF0zMkYNItfADJWZcHYR0Gjeu4IkhG3KNtjlnHnGkoMl0qOt40aMnpH6hoAKsuu59kXXyToYQfgG6yHzoPiEQhoV86RNhSqlmdAF7X0C+Zw0Ewo5TPh3du1N3ybJqhW6P5KJxvg3LdtN9Xx93CA8YUbyjw4L1Wl2MC3kQlxjtWIcU1J5WKBcETyM4Mg9WRsqcmlzRBbLk1ROnEcBecnFUNCpNe0WS2j\/xh7rYQHm0YXYpAKlA\/9uACjBfwpPknrtGCP6bxQIDAQAB", "manifest_version": 2, "name": "Painel de Coment\u00e1rios - Lukaautoma\u00e7\u00e3o", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "images\/*.png", "data\/*.json", "fonts\/*.woff2" ] } |