Group Friender
Group Friender is an extension to help people with facebook growth
什么是Group Friender?
Group Friender是由http://groupfriender.com开发的Chrome扩展程序,该扩展的主要功能是“Group Friender is an extension to help people with facebook growth”。
扩展截图
下载Group Friender扩展crx文件
下载Group Friender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Group Friender is a chrome extension that will enable to automatically invite friends in bulk from a fbook group as well as remove friends who are not engaged in your fbook group. It is a chrome extension that will help users save time and money and make sure their fbook group list is purged of unengaged members.
扩展基本信息
名称 | |
ID | hbgekdocfbfmmpeojokigalimgpjbngh |
官方URL | https://chrome.google.com/webstore/detail/group-friender/hbgekdocfbfmmpeojokigalimgpjbngh |
简介 | Group Friender is an extension to help people with facebook growth |
文件大小 | 216 KB |
安装次数 | 307 |
当前版本 | 1.0.1 |
更新时间 | 2019-11-13 |
上架时间 | 2019-11-13 |
评分 | 1.00/5 共1次评分 |
开发者 | http://groupfriender.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://www.groupfriender.com/terms-and-conditionsik04lg3m |
隐私政策页面URL | https://www.groupconvert.com/privacy24428578 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Soleiman", "name": "Group Friender", "short_name": "GF", "description": "Group Friender is an extension to help people with facebook growth", "version": "1.0.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Group Friender", "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "storage", "*:\/\/ssl.google-analytics.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.groupfriender.com\/*", "*:\/\/*.markhors.com\/*", "notifications", "tabs", "clipboardWrite" ] } |