GroupRipper
Scan and rank posts of any group you are part of.
Co je GroupRipper?
GroupRipper je rozšíření Chrome vyvinuté https://groupripper.com, a jeho hlavní funkcí je „Scan and rank posts of any group you are part of.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GroupRipper
Stáhněte si soubory rozšíření GroupRipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
Oficiální URL | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
Popis | Scan and rank posts of any group you are part of. |
Velikost souboru | 180 KB |
Počet instalací | 50 |
Aktuální Verze | 1.12 |
Poslední Aktualizace | 2021-07-15 |
Datum Vydání | 2021-06-16 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://groupripper.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://groupripper.com/ |
URL Stránky Nápovědy | https://www.facebook.com/naveen.dhana.lak/ |
Podporované Jazyky | 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" } |