Free Proxy List Scrapper

This extension will extract free proxies from various websites

Free Proxy List Scrapperคืออะไร?

Free Proxy List Scrapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sameer Narkhede และคุณลักษณะหลักของมันคือ "This extension will extract free proxies from various websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Proxy List Scrapper

ดาวน์โหลดไฟล์ส่วนขยาย Free Proxy List Scrapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will extract free proxies from various websites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Free Proxy List Scrapper Free Proxy List Scrapper
ID jpnflejagpflcemgfnhckkdckpkkfbcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-proxy-list-scrapper/jpnflejagpflcemgfnhckkdckpkkfbcc
คำอธิบาย This extension will extract free proxies from various websites
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 543
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-09-21
วันที่เผยแพร่ 2020-09-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Sameer Narkhede
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/narkhedesam/Proxy-List-Scrapper
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Proxy List Scrapper",
    "description": "This extension will extract free proxies from various websites",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "Proxy-List-Scrapper-logo.png",
            "32": "Proxy-List-Scrapper-logo.png",
            "48": "Proxy-List-Scrapper-logo.png",
            "128": "Proxy-List-Scrapper-logo.png"
        }
    },
    "icons": {
        "16": "Proxy-List-Scrapper-logo.png",
        "32": "Proxy-List-Scrapper-logo.png",
        "48": "Proxy-List-Scrapper-logo.png",
        "128": "Proxy-List-Scrapper-logo.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.sslproxies.org\/",
        "https:\/\/www.google-proxy.net\/",
        "https:\/\/free-proxy-list.net\/anonymous-proxy.html",
        "https:\/\/free-proxy-list.net\/uk-proxy.html",
        "https:\/\/www.us-proxy.org\/",
        "https:\/\/free-proxy-list.net\/",
        "https:\/\/spys.me\/proxy.txt",
        "https:\/\/api.proxyscrape.com\/?request=getproxies&proxytype=all&country=all&ssl=all&anonymity=all"
    ]
}