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ファイルをダウンロード
Painel de Comentários - Lukaautomação拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |