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.
O que é ProxyZIlla: Free proxy list (hidemy.name)?
ProxyZIlla: Free proxy list (hidemy.name) é uma extensão do Chrome desenvolvida por https://pedanto.com, e sua principal característica é "Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ProxyZIlla: Free proxy list (hidemy.name)
Baixe arquivos de extensão ProxyZIlla: Free proxy list (hidemy.name) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | akngicgmfipkdhobgimemdhgbmooagbg |
URL Oficial | https://chrome.google.com/webstore/detail/proxyzilla-free-proxy-lis/akngicgmfipkdhobgimemdhgbmooagbg |
Descrição | Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription. |
Tamanho do Arquivo | 85.87 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.13 |
Última Atualização | 2020-05-06 |
Data de Publicação | 2020-05-06 |
Classificação | 4.39/5 Total de 175 Avaliações |
Desenvolvedor | https://pedanto.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |