GroupRipper

Scan and rank posts of any group you are part of.

Wat is GroupRipper?

GroupRipper is een Chrome-extensie ontwikkeld door https://groupripper.com, en de belangrijkste functie is "Scan and rank posts of any group you are part of.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GroupRipper

Download GroupRipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GroupRipper GroupRipper
ID pilmdipfjebpeicoomgdacmcigajgblg
Officiële URL https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg
Beschrijving Scan and rank posts of any group you are part of.
Bestandsgrootte 180 KB
Aantal Installaties 50
Huidige Versie 1.12
Laatst Bijgewerkt 2021-07-15
Publicatiedatum 2021-06-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://groupripper.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://groupripper.com/
Help Pagina-URL https://www.facebook.com/naveen.dhana.lak/
Ondersteunde Talen 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"
}