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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pedanto.com และคุณลักษณะหลักของมันคือ "Allows you to get a text list of all proxies from the site hidemy.name without a premium subscription."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProxyZIlla: Free proxy list (hidemy.name)

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

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

ชื่อ ProxyZIlla: Free proxy list (hidemy.name) ProxyZIlla: Free proxy list (hidemy.name)
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"
    }
}