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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |