CommentFunnels
CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.
什么是CommentFunnels?
CommentFunnels是由https://commentfunnels.com开发的Chrome扩展程序,该扩展的主要功能是“CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.”。
扩展截图
下载CommentFunnels扩展crx文件
下载CommentFunnels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 1.7.3 updates: - Updates made to comply with new Google Web Store requirements.
扩展基本信息
名称 | CommentFunnels |
ID | ackhhhalkpjekdgpijajjaigboookepm |
官方URL | https://chromewebstore.google.com/detail/commentfunnels/ackhhhalkpjekdgpijajjaigboookepm |
简介 | CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click. |
文件大小 | 3.36 MB |
安装次数 | 814 |
当前版本 | 1.7.3 |
更新时间 | 2022-07-25 |
上架时间 | 2020-04-24 |
评分 | 4.56/5 共9次评分 |
开发者 | https://commentfunnels.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://commentfunnels.app |
帮助页面URL | https://commentfunnels.app/support |
隐私政策页面URL | https://commentfunnels.app/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "icons\/icon_128.png" }, "default_title": "CommentFunnels", "default_popup": "\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "CommentFunnels helps you save time and effort by bulk replying to comments on your FB posts with a single click.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2, "name": "CommentFunnels", "permissions": [ "storage", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "all_frames": true }, { "matches": [ "https:\/\/m.facebook.com\/*", "https:\/\/mobile.facebook.com\/*" ], "js": [ "js\/jquery.min.js" ], "css": [ "css\/main.css" ], "all_frames": true } ], "version": "1.7.3", "web_accessible_resources": [ "*" ] } |