Genius Posts

Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.

什麼是Genius Posts?

Genius Posts是由edakehurst開發的Chrome擴展程式,該擴展的主要功能是“Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Genius Posts擴展crx文件

下載Genius Posts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Genius Posts will, based on your instructions and pre-set keyword triggers, automatically respond to all comments on your post to get absolute maximum exposure and highest possible engagement.

When activated, Genius Posts will automatically respond to all comments on your post, based on your preset conditions, and will strategically leverage the Facebook Algorithm to get you the greatest level of post exposure and the very best engagement. Your post will be shown more, seen more, and have more interaction.

It will also send out Private Messages through Facebook Messenger with your information, such as a call-to-action link, which will keep people commenting on your post to get your information.

Genius Posts is only for the new Facebook UI. It does not work on the Classic UI.                    

擴展基本資訊

名稱 Genius Posts Genius Posts
ID aieehkpcgamkdlmlckembcgplojdhana
官方網址 https://chromewebstore.google.com/detail/genius-posts/aieehkpcgamkdlmlckembcgplojdhana
簡介 Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.
檔案大小 1.51 MB
安裝次數 1,503
目前版本 3.01.25
更新時間 2023-12-24
上架時間 2020-09-25
評分 5.00/5 共 3 次評分
開發者 edakehurst
電子郵箱 [email protected]
付費類型 free
擴展官網 https://geniusposts.promarketingsoftware.com/main
說明頁面URL https://edsays.net/help
隱私政策頁面URL https://geniusposts.io/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Posts",
    "version": "3.01.25",
    "description": "Respond to all comments on a post with one click, and send a custom message. Get maximum post exposure and engagement automatically.",
    "short_name": "GP",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Posts_Pro-1624055405170-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Posts_Pro-1624055405223-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Posts_Pro-1624055405272-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "css\/customCss.css"
            ]
        }
    ],
    "action": {
        "default_popup": "login.html",
        "default_title": "Genius Posts"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": ".\/js\/assembleAllScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}