Free Proxy List Scrapper

This extension will extract free proxies from various websites

Qu'est-ce que Free Proxy List Scrapper ?

Free Proxy List Scrapper est une extension Chrome développée par Sameer Narkhede, et sa fonction principale est "This extension will extract free proxies from various websites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Free Proxy List Scrapper 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

                        This extension will extract free proxies from various websites                    

Informations de Base sur l'Extension

Nom Free Proxy List Scrapper Free Proxy List Scrapper
ID jpnflejagpflcemgfnhckkdckpkkfbcc
URL Officiel https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc
Description This extension will extract free proxies from various websites
Taille du Fichier 153 KB
Nombre d'Installations 543
Version Actuelle 1.0
Dernière Mise à Jour 2020-09-21
Date de Publication 2020-09-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Sameer Narkhede
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/narkhedesam/Proxy-List-Scrapper
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Proxy List Scrapper",
    "description": "This extension will extract free proxies from various websites",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "Proxy-List-Scrapper-logo.png",
            "32": "Proxy-List-Scrapper-logo.png",
            "48": "Proxy-List-Scrapper-logo.png",
            "128": "Proxy-List-Scrapper-logo.png"
        }
    },
    "icons": {
        "16": "Proxy-List-Scrapper-logo.png",
        "32": "Proxy-List-Scrapper-logo.png",
        "48": "Proxy-List-Scrapper-logo.png",
        "128": "Proxy-List-Scrapper-logo.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.sslproxies.org\/",
        "https:\/\/www.google-proxy.net\/",
        "https:\/\/free-proxy-list.net\/anonymous-proxy.html",
        "https:\/\/free-proxy-list.net\/uk-proxy.html",
        "https:\/\/www.us-proxy.org\/",
        "https:\/\/free-proxy-list.net\/",
        "https:\/\/spys.me\/proxy.txt",
        "https:\/\/api.proxyscrape.com\/?request=getproxies&proxytype=all&country=all&ssl=all&anonymity=all"
    ]
}