Genius Replies

Improve and enhance engagement on FB posts.

Wat is Genius Replies?

Genius Replies is een Chrome-extensie ontwikkeld door edakehurst, en de belangrijkste functie is "Improve and enhance engagement on FB posts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Genius Replies

Download Genius Replies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Genius Replies Genius Replies
ID nhljkdjmeglheolcmmkjdaofmpnedglk
Officiële URL https://chromewebstore.google.com/detail/genius-replies/nhljkdjmeglheolcmmkjdaofmpnedglk
Beschrijving Improve and enhance engagement on FB posts.
Bestandsgrootte 806 KB
Aantal Installaties 463
Huidige Versie 1.00.09
Laatst Bijgewerkt 2023-12-06
Publicatiedatum 2023-03-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar edakehurst
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://edakehurst.kartra.com/page/GeniusReplies
Help Pagina-URL https://edsays.net/support
URL van de Privacybeleid Pagina https://geniusposts.io/privacy-policy.html
Ondersteunde Talen 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"
}