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

screenshot

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

                        Feed Enager helps you to engage with the posts shown on your facebook feed so you don’t have to engage with them manually spending hours. You can use Feed Enager to automate this process and save a lot of time.                    

Informações Básicas da Extensão

Nome Feed Engager Feed Engager
ID aliaaedmagipecagfajiepgpgpfnnbeo
URL Oficial https://chromewebstore.google.com/detail/feed-engager/aliaaedmagipecagfajiepgpgpfnnbeo
Descrição Feed Engager Chrome Extension
Tamanho do Arquivo 1.33 MB
Contagem de Instalações 75
Versão Atual 0.0.6
Última Atualização 2021-06-26
Data de Publicação 2021-05-18
Desenvolvedor Maker
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://automatics.one/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Feed Engager Chrome Extension",
    "version": "0.0.6",
    "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",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png",
        "32.png",
        "script.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}