Proxy List Scraper
Extract proxies easily from Proxy List websites.
Proxy List Scraper क्या है?
Proxy List Scraper https://proxy-list.download द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract proxies easily from Proxy List websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Proxy List Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |