GroupRipper
Scan and rank posts of any group you are part of.
Cos'è GroupRipper?
GroupRipper è un'estensione di Chrome sviluppata da https://groupripper.com, e la sua funzione principale è "Scan and rank posts of any group you are part of.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GroupRipper
Scarica i file di estensione GroupRipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
URL Ufficiale | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
Descrizione | Scan and rank posts of any group you are part of. |
Dimensione del File | 180 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1.12 |
Ultimo Aggiornamento | 2021-07-15 |
Data di Pubblicazione | 2021-06-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://groupripper.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://groupripper.com/ |
URL della Pagina di Aiuto | https://www.facebook.com/naveen.dhana.lak/ |
Lingue Supportate | 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" } |