Feed Engager
Feed Engager Chrome Extension
O que é Feed Engager?
Feed Engager é uma extensão do Chrome desenvolvida por Maker, e sua principal característica é "Feed Engager Chrome Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Feed Engager
Baixe arquivos de extensão Feed Engager 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
Friend Approver helps you to send welcome message to people who has send you a friend request. You can ask the people who has send you a request to respond back so only people who really need to connect with you responds back and you can decline all other requests. Logs Minor Bug Fixed
Informações Básicas da Extensão
Nome | Feed Engager |
ID | hmjopaiaefcegedmgfbhlhmkdekfkacd |
URL Oficial | https://chromewebstore.google.com/detail/feed-engager/hmjopaiaefcegedmgfbhlhmkdekfkacd |
Descrição | Feed Engager Chrome Extension |
Tamanho do Arquivo | 1.33 MB |
Contagem de Instalações | 86 |
Versão Atual | 1.0.5 |
Última Atualização | 2021-06-26 |
Data de Publicação | 2020-07-05 |
Desenvolvedor | Maker |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.offerlevels.com/friend-approver |
URL da Página de Política de Privacidade | https://automatics.one/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Feed Engager Chrome Extension", "version": "1.0.5", "name": "Feed Engager", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "128.png" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "tabs", " |