Engaging Eddie

Engage with your friend's post on a single click.

什麼是Engaging Eddie?

Engaging Eddie是由https://leadsintoinbox.com開發的Chrome擴展程式,該擴展的主要功能是“Engage with your friend's post on a single click.”。

擴展截圖

screenshot

下載Engaging Eddie擴展crx文件

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

擴展使用說明

                        By using Engaging Eddie you can engage with your friend's post on a scheduled time and also can leave reactions on their post. This will boost your engagement and also will boost your business. To get more attention from your friend you must use this tool.                    

擴展基本資訊

名稱 Engaging Eddie Engaging Eddie
ID dlnfdllkpcogpleeaajgnlldanhhalbc
官方網址 https://chromewebstore.google.com/detail/engaging-eddie/dlnfdllkpcogpleeaajgnlldanhhalbc
簡介 Engage with your friend's post on a single click.
檔案大小 2.23 MB
安裝次數 102
目前版本 1.0.1
更新時間 2022-05-19
上架時間 2020-12-17
評分 4.20/5 共 5 次評分
開發者 https://leadsintoinbox.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.leadsintoinbox.com
說明頁面URL https://m.me/728629334436142
隱私政策頁面URL https://buy.leadsintoinbox.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Engaging Eddie",
    "description": "Engage with your friend's post on a single click.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/www.facebook.com\/"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "jquery-3.2.1.min.js",
                "moment.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms"
    ],
    "icons": {
        "48": "img\/48X48.png",
        "128": "img\/128X128.png"
    }
}