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.
什么是ProxyZIlla: Free proxy list (hidemy.name)?
ProxyZIlla: Free proxy list (hidemy.name)是由https://pedanto.com开发的Chrome扩展程序,该扩展的主要功能是“Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription.”。
扩展截图
下载ProxyZIlla: Free proxy list (hidemy.name)扩展crx文件
下载ProxyZIlla: Free proxy list (hidemy.name)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | akngicgmfipkdhobgimemdhgbmooagbg |
官方URL | https://chrome.google.com/webstore/detail/proxyzilla-free-proxy-lis/akngicgmfipkdhobgimemdhgbmooagbg |
简介 | Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription. |
文件大小 | 85.87 KB |
安装次数 | 1,000 |
当前版本 | 1.0.13 |
更新时间 | 2020-05-06 |
上架时间 | 2020-05-06 |
评分 | 4.39/5 共175次评分 |
开发者 | https://pedanto.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |