Genius Replies

Improve and enhance engagement on FB posts.

什么是Genius Replies?

Genius Replies是由edakehurst开发的Chrome扩展程序,该扩展的主要功能是“Improve and enhance engagement on FB posts.”。

扩展截图

screenshot

下载Genius Replies扩展crx文件

下载Genius Replies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Genius Replies Genius Replies
ID nhljkdjmeglheolcmmkjdaofmpnedglk
官方URL https://chromewebstore.google.com/detail/genius-replies/nhljkdjmeglheolcmmkjdaofmpnedglk
简介 Improve and enhance engagement on FB posts.
文件大小 806 KB
安装次数 463
当前版本 1.00.09
更新时间 2023-12-06
上架时间 2023-03-30
评分 5.00/5 共2次评分
开发者 edakehurst
电子邮箱 [email protected]
付费类型 free
扩展官网 https://edakehurst.kartra.com/page/GeniusReplies
帮助页面URL https://edsays.net/support
隐私政策页面URL https://geniusposts.io/privacy-policy.html
支持的语言 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"
}