Group Friender
Group Friender is an extension to help people with facebook growth
What is Group Friender?
Group Friender is a Chrome extension developed by http://groupfriender.com, and its main feature is "Group Friender is an extension to help people with facebook growth".
Extension Screenshots
Download Group Friender Extension CRX File
Download Group Friender 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
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.
Extension Basic Information
Name | |
ID | hbgekdocfbfmmpeojokigalimgpjbngh |
Official URL | https://chrome.google.com/webstore/detail/group-friender/hbgekdocfbfmmpeojokigalimgpjbngh |
Description | Group Friender is an extension to help people with facebook growth |
File Size | 216 KB |
Installation Count | 307 |
Current Version | 1.0.1 |
Last Updated | 2019-11-13 |
Publish Date | 2019-11-13 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://groupfriender.com |
[email protected] | |
Payment Type | free |
Help Page URL | http://www.groupfriender.com/terms-and-conditionsik04lg3m |
Privacy Policy Page URL | https://www.groupconvert.com/privacy24428578 |
Supported Languages | 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" ] } |