Proxy List Scraper

Extract proxies easily from Proxy List websites.

Τι είναι το Proxy List Scraper;

Το Proxy List Scraper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://proxy-list.download, και η κύρια λειτουργία του είναι "Extract proxies easily from Proxy List websites.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Proxy List Scraper

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

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

                        Proxy List Scraper is a friendly and powerful extension that help you to scrape Proxy List websites using only your favorite browser.

No more hassle to copy each Proxy from a website and save it individually.

The extension automatically fetches IP:PORT Proxies from the website you choose, you can copy to your clipboard or export all of them to a text (.txt) file.

This extension have a friendly interface from where you can access the obtained proxies as well as enable or disable the extension.                    

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

Όνομα Proxy List Scraper Proxy List Scraper
ID nkmamacnhccoaeblcleolehebffimpcf
Επίσημο URL https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf
Περιγραφή Extract proxies easily from Proxy List websites.
Μέγεθος Αρχείου 52.07 KB
Αριθμός Εγκαταστάσεων 1,587
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2023-12-17
Ημερομηνία Δημοσίευσης 2018-10-22
Αξιολόγηση 3.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://proxy-list.download
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "description": "Extract proxies easily from Proxy List websites.",
    "action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "19": "icon19.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "512": "icon512.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "512": "icon512.png"
    },
    "manifest_version": 3,
    "name": "Proxy List Scraper",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "version": "0.0.4"
}