Feed Engager

Feed Engager Chrome Extension

What is Feed Engager?

Feed Engager is a Chrome extension developed by Maker, and its main feature is "Feed Engager Chrome Extension".

Extension Screenshots

screenshot

Download Feed Engager Extension CRX File

Download Feed Engager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Friend Approver helps you to send welcome message to people who has send you a friend request. You can ask the people who has send you a request to respond back so only people who really need to connect with you responds back and you can decline all other requests. 

Logs 
Minor Bug Fixed                    

Extension Basic Information

Name Feed Engager Feed Engager
ID hmjopaiaefcegedmgfbhlhmkdekfkacd
Official URL https://chromewebstore.google.com/detail/feed-engager/hmjopaiaefcegedmgfbhlhmkdekfkacd
Description Feed Engager Chrome Extension
File Size 1.33 MB
Installation Count 86
Current Version 1.0.5
Last Updated 2021-06-26
Publish Date 2020-07-05
Developer Maker
Email [email protected]
Payment Type free
Extension Website https://www.offerlevels.com/friend-approver
Privacy Policy Page URL https://automatics.one/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Feed Engager Chrome Extension",
    "version": "1.0.5",
    "name": "Feed Engager",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png",
        "32.png",
        "script.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}