Genius Replies

Improve and enhance engagement on FB posts.

O que é Genius Replies?

Genius Replies é uma extensão do Chrome desenvolvida por edakehurst, e sua principal característica é "Improve and enhance engagement on FB posts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Genius Replies

Baixe arquivos de extensão Genius Replies 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

                        Gets more engagement on your personal FB social media account, by allowing you to create comments based on the average reaction to the post thus far, and then reacting and commenting to your friends' posts on a timed schedule.

Increase productivity, and get much better engagement, for you and for your friends.

This is a simple, easy to use Extension, and is an authorized white label of the extension by Tier 5 called Engagement Monster.

Try it out today and see what higher engagement means to your social media profile.                    

Informações Básicas da Extensão

Nome Genius Replies Genius Replies
ID nhljkdjmeglheolcmmkjdaofmpnedglk
URL Oficial https://chromewebstore.google.com/detail/genius-replies/nhljkdjmeglheolcmmkjdaofmpnedglk
Descrição Improve and enhance engagement on FB posts.
Tamanho do Arquivo 806 KB
Contagem de Instalações 463
Versão Atual 1.00.09
Última Atualização 2023-12-06
Data de Publicação 2023-03-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor edakehurst
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://edakehurst.kartra.com/page/GeniusReplies
URL da Página de Ajuda https://edsays.net/support
URL da Página de Política de Privacidade https://geniusposts.io/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.00.09",
    "manifest_version": 3,
    "name": "Genius Replies",
    "description": "Improve and enhance engagement on FB posts.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "lib\/js\/jquery-3.2.1.min.js",
                "lib\/js\/moment.min.js",
                "js\/content.js"
            ],
            "css": [
                "lib\/css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Genius Replies"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685270-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685351-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Replies-1676397685440-large_icon.png"
    },
    "short_name": "GR"
}