Wapp Group Extractor

Wapp Group Extractor

Τι είναι το Wapp Group Extractor;

Το Wapp Group Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον A Wild Chrome Developer Appears, και η κύρια λειτουργία του είναι "Wapp Group Extractor".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wapp Group Extractor

Λήψη αρχείων επέκτασης Wapp Group Extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Want to download your Whatsapp group contacts?

With Wapp Group Extractor, this is a piece of cake.

Simply download the extension, and follow the three easy steps and then let it run. No JavaScript, or other coding skills required. When it's done extracting, it will give you a CSV with all the contacts in it.

# Why another tool like this?

Maybe you're a growth hacker and need this for professsional reasons, or maybe you just want to make a backup. With other tools, we found that there always seems something wrong. We literally couldn't get another tool working, and if it did, the data was incomplete, or just plain incorrect. As we needed a tool like this, we decided to create it ourselves and make it available in the Chrome Web Store so other people can take advantage of its functionalities.

# What's in Premium?

If you want to try out Wapp Group Extractor, you can do so anonymously or with an account (by logging in with Google). If you use it anonymously, you will be able to extract 1 group for 10 members only. If you log in (without premium), you can extract unlimited groups, but only 10 members. 

With Premium you can extract unlimited groups and get all the members. This means that you, depending on the groups and amounts of people that are in them, can collect a lot of data.

For more info, open the Extension and upgrade to Premium!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wapp Group Extractor Wapp Group Extractor
ID plfecfnlffmaocddefjehbblbmmlpmbc
Επίσημο URL https://chromewebstore.google.com/detail/wapp-group-extractor/plfecfnlffmaocddefjehbblbmmlpmbc
Περιγραφή Wapp Group Extractor
Μέγεθος Αρχείου 2.3 MB
Αριθμός Εγκαταστάσεων 5,823
Τρέχουσα Έκδοση 0.0.8
Τελευταία Ενημέρωση 2019-07-16
Ημερομηνία Δημοσίευσης 2019-07-16
Αξιολόγηση 1.38/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής A Wild Chrome Developer Appears
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://vandevliet.me/chrome-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "name": "Wapp Group Extractor",
    "short_name": "Wapp Group Extractor",
    "manifest_version": 2,
    "description": "Wapp Group Extractor",
    "browser_action": {
        "default_title": "Wapp Group Extractor",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-64.png",
        "128": "img\/logo-128.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "injectCSS.css"
    ],
    "background": {
        "page": "background.html"
    },
    "oauth2": {
        "client_id": "1012350089681-1njes4d3ofu181anqemoo6r343us74hm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "https:\/\/web.whatsapp.com\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/accounts.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/firebasestorage.googleapis.com https:\/\/accounts.google.com https:\/\/firestore.googleapis.com https:\/\/securetoken.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com https:\/\/accounts.google.com http:\/\/localhost:3000 https:\/\/localhost:3000 https:\/\/securetoken.googleapis.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}