GroupRipper
Scan and rank posts of any group you are part of.
Co to jest GroupRipper?
GroupRipper to rozszerzenie Chrome opracowane przez https://groupripper.com, a jego główną funkcją jest „Scan and rank posts of any group you are part of.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GroupRipper
Pobierz pliki rozszerzeń GroupRipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
Oficjalny URL | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
Opis | Scan and rank posts of any group you are part of. |
Rozmiar pliku | 180 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.12 |
Ostatnia Aktualizacja | 2021-07-15 |
Data Publikacji | 2021-06-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://groupripper.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://groupripper.com/ |
Adres URL Strony Pomocy | https://www.facebook.com/naveen.dhana.lak/ |
Obsługiwane Języki | 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" } |