Auto-like & reply to all comments on pages
Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
O que é Auto-like & reply to all comments on pages?
Auto-like & reply to all comments on pages é uma extensão do Chrome desenvolvida por Useful tools, e sua principal característica é "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto-like & reply to all comments on pages
Baixe arquivos de extensão Auto-like & reply to all comments on pages no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | eibijfkeopjcbehlingbpcngaegogddb |
URL Oficial | https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb |
Descrição | Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included |
Tamanho do Arquivo | 225 KB |
Contagem de Instalações | 2,524 |
Versão Atual | 2022.10.6 |
Última Atualização | 2022-10-08 |
Data de Publicação | 2021-02-03 |
Classificação | 4.47/5 Total de 15 Avaliações |
Desenvolvedor | Useful tools |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.invitelikecomment.com/ |
URL da Página de Política de Privacidade | http://invitepostlikers.com/privacy.php |
Idiomas Suportados | de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2022.10.6", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "options.html", "comment_sender.js", "how-to-select-posts.png", "how-to-open-post-separately.png", "postTextNow.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.invitelikecomment.com\/", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "__MSG_start_inv__" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "unlimitedStorage", "scripting", "alarms" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |