Proxy List Scraper

Extract proxies easily from Proxy List websites.

Proxy List Scraper란 무엇입니까?

Proxy List Scraper은(는) https://proxy-list.download에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract proxies easily from Proxy List websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Proxy List Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Proxy List Scraper is a friendly and powerful extension that help you to scrape Proxy List websites using only your favorite browser.

No more hassle to copy each Proxy from a website and save it individually.

The extension automatically fetches IP:PORT Proxies from the website you choose, you can copy to your clipboard or export all of them to a text (.txt) file.

This extension have a friendly interface from where you can access the obtained proxies as well as enable or disable the extension.                    

확장 프로그램 기본 정보

이름 Proxy List Scraper Proxy List Scraper
ID nkmamacnhccoaeblcleolehebffimpcf
공식 URL https://chromewebstore.google.com/detail/proxy-list-scraper/nkmamacnhccoaeblcleolehebffimpcf
설명 Extract proxies easily from Proxy List websites.
파일 크기 52.07 KB
설치 횟수 1,587
현재 버전 0.0.4
최근 업데이트 2023-12-17
출시 날짜 2018-10-22
평점 3.00/5 총 8 개의 평점
개발자 https://proxy-list.download
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "description": "Extract proxies easily from Proxy List websites.",
    "action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "19": "icon19.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "512": "icon512.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "512": "icon512.png"
    },
    "manifest_version": 3,
    "name": "Proxy List Scraper",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "version": "0.0.4"
}