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
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
Feed Enager helps you to engage with the posts shown on your facebook feed so you don’t have to engage with them manually spending hours. You can use Feed Enager to automate this process and save a lot of time.
Extension Basic Information
Name | Feed Engager |
ID | aliaaedmagipecagfajiepgpgpfnnbeo |
Official URL | https://chromewebstore.google.com/detail/feed-engager/aliaaedmagipecagfajiepgpgpfnnbeo |
Description | Feed Engager Chrome Extension |
File Size | 1.33 MB |
Installation Count | 75 |
Current Version | 0.0.6 |
Last Updated | 2021-06-26 |
Publish Date | 2021-05-18 |
Developer | Maker |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://automatics.one/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Feed Engager Chrome Extension", "version": "0.0.6", "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", " |