Proxy List Scraper

Extract proxies easily from Proxy List websites.

Qu'est-ce que Proxy List Scraper ?

Proxy List Scraper est une extension Chrome développée par https://proxy-list.download, et sa fonction principale est "Extract proxies easily from Proxy List websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Proxy List Scraper

Téléchargez les fichiers d'extension Proxy List Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Proxy List Scraper Proxy List Scraper
ID nkmamacnhccoaeblcleolehebffimpcf
URL Officiel https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf
Description Extract proxies easily from Proxy List websites.
Taille du Fichier 52.07 KB
Nombre d'Installations 1,587
Version Actuelle 0.0.4
Dernière Mise à Jour 2023-12-17
Date de Publication 2018-10-22
Évaluation 3.00/5 Total 8 Évaluations
Développeur https://proxy-list.download
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}