GroupRipper
Scan and rank posts of any group you are part of.
What is GroupRipper?
GroupRipper is a Chrome extension developed by https://groupripper.com, and its main feature is "Scan and rank posts of any group you are part of.".
Extension Screenshots
Download GroupRipper Extension CRX File
Download GroupRipper 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
Groupripper helps you in scanning and ranking posts based on the their engagement. You can find the best Engaged post and the top influencer of a particular group.
Extension Basic Information
Name | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
Official URL | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
Description | Scan and rank posts of any group you are part of. |
File Size | 180 KB |
Installation Count | 50 |
Current Version | 1.12 |
Last Updated | 2021-07-15 |
Publish Date | 2021-06-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://groupripper.com |
[email protected] | |
Payment Type | free |
Extension Website | https://groupripper.com/ |
Help Page URL | https://www.facebook.com/naveen.dhana.lak/ |
Supported Languages | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "home.html", "default_title": "GroupRipper" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "jquery-3.1.0.min.js", "content.js" ], "matches": [ "https:\/\/*.facebook.com\/groups\/*" ] } ], "description": "Scan and rank posts of any group you are part of.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "GroupRipper", "options_page": "options.html", "permissions": [ "storage", "unlimitedStorage", "tabs", "https:\/\/*.facebook.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.12" } |