ProxyZIlla: Free proxy list (hidemy.name)

Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.

Was ist ProxyZIlla: Free proxy list (hidemy.name)?

ProxyZIlla: Free proxy list (hidemy.name) ist eine Chrome-Erweiterung, die von https://pedanto.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.".

Erweiterungsscreenshots

screenshot

ProxyZIlla: Free proxy list (hidemy.name)-Erweiterungs-CRX-Datei herunterladen

Laden Sie ProxyZIlla: Free proxy list (hidemy.name)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Browser plugin, which allows you to display a list of all the proxies of this page in the format of easily copied text. If you click on the "Collect All" button, then all proxy lists from all search pages will be collected.                    

Grundlegende Informationen zur Erweiterung

Name ProxyZIlla: Free proxy list (hidemy.name) ProxyZIlla: Free proxy list (hidemy.name)
ID akngicgmfipkdhobgimemdhgbmooagbg
Offizielle URL https://chrome.google.com/webstore/detail/proxyzilla-free-proxy-lis/akngicgmfipkdhobgimemdhgbmooagbg
Beschreibung Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.
Dateigröße 85.87 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.13
Letztes Update 2020-05-06
Veröffentlichungsdatum 2020-05-06
Bewertung 4.39/5 Insgesamt 175 Bewertungen
Entwickler https://pedanto.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProxyZIlla: Free proxy list (hidemy.name)",
    "version": "1.0.13",
    "description": "Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.",
    "short_name": "ProxyZIlla: Free proxy list (hidemy.name)",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/hidemyna.me\/*",
                "*:\/\/free-proxy.cz\/*",
                "*:\/\/freeproxylists.net\/*",
                "*:\/\/www.sslproxies.org\/*",
                "*:\/\/www.proxynova.com\/*",
                "*:\/\/free.proxy-sale.com\/*",
                "*:\/\/hidester.com\/*",
                "*:\/\/spys.one\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ProxyZIlla",
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    }
}