Feed Engager
Feed Engager Chrome Extension
什么是Feed Engager?
Feed Engager是由Maker开发的Chrome扩展程序,该扩展的主要功能是“Feed Engager Chrome Extension”。
扩展截图
下载Feed Engager扩展crx文件
下载Feed Engager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Feed Engager |
ID | aliaaedmagipecagfajiepgpgpfnnbeo |
官方URL | https://chromewebstore.google.com/detail/feed-engager/aliaaedmagipecagfajiepgpgpfnnbeo |
简介 | Feed Engager Chrome Extension |
文件大小 | 1.33 MB |
安装次数 | 75 |
当前版本 | 0.0.6 |
更新时间 | 2021-06-26 |
上架时间 | 2021-05-18 |
开发者 | Maker |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://automatics.one/privacy |
支持的语言 | 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", " |