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.
Cos'è ProxyZIlla: Free proxy list (hidemy.name)?
ProxyZIlla: Free proxy list (hidemy.name) è un'estensione di Chrome sviluppata da https://pedanto.com, e la sua funzione principale è "Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ProxyZIlla: Free proxy list (hidemy.name)
Scarica i file di estensione ProxyZIlla: Free proxy list (hidemy.name) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | akngicgmfipkdhobgimemdhgbmooagbg |
URL Ufficiale | https://chrome.google.com/webstore/detail/proxyzilla-free-proxy-lis/akngicgmfipkdhobgimemdhgbmooagbg |
Descrizione | Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription. |
Dimensione del File | 85.87 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0.13 |
Ultimo Aggiornamento | 2020-05-06 |
Data di Pubblicazione | 2020-05-06 |
Valutazione | 4.39/5 Totale 175 Valutazioni |
Sviluppatore | https://pedanto.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |