GroupRipper
Scan and rank posts of any group you are part of.
Qu'est-ce que GroupRipper ?
GroupRipper est une extension Chrome développée par https://groupripper.com, et sa fonction principale est "Scan and rank posts of any group you are part of.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GroupRipper
Téléchargez les fichiers d'extension GroupRipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
URL Officiel | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
Description | Scan and rank posts of any group you are part of. |
Taille du Fichier | 180 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.12 |
Dernière Mise à Jour | 2021-07-15 |
Date de Publication | 2021-06-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://groupripper.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://groupripper.com/ |
URL de la Page d'Aide | https://www.facebook.com/naveen.dhana.lak/ |
Langues Prises en Charge | 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" } |