Simple proxy for puppeteer
Set a proxy for the browser, can be used with pupeteer check description.
Simple proxy for puppeteer क्या है?
Simple proxy for puppeteer https://blog.flashsoft.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set a proxy for the browser, can be used with pupeteer check description."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple proxy for puppeteer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is primarily to be used with Puppeteer to control the proxy setting of a chromium based web browser. But you can use it as a simple proxy extension without Puppeteer. The only requirement is a working proxy server. Check https://github.com/andrei0x309/simple-proxy-for-puppeteer-chrome-extension for usage example. 𝐏𝐫𝐢𝐯𝐚𝐜𝐲 𝐏𝐨𝐥𝐢𝐜𝐲: This extension does not collect any data form your device. This extension does not use external files, everything is packed into the extension. These are the permissions from extension manifest: ["proxy", "storage"], these permissions are necessary for the extension functionality. This extension is completely open source, the source is available on my GitHUb - https://github.com/andrei0x309/simple-proxy-for-puppeteer-chrome-extension. 𝐂𝐨𝐧𝐭𝐚𝐜𝐭: You can contact me using my website at https://flashsoft.eu.
एक्सटेंशन की मूल जानकारी
नाम | Simple proxy for puppeteer |
ID | meeohdhldndmeffgoccpgacfdigmphab |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-proxy-for-puppetee/meeohdhldndmeffgoccpgacfdigmphab |
विवरण | Set a proxy for the browser, can be used with pupeteer check description. |
फ़ाइल का आकार | 41.46 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-08-02 |
प्रकाशन तिथि | 2021-08-02 |
डेवलपर | https://blog.flashsoft.eu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/andrei0x309/simple-proxy-for-puppeteer-chrome-extension |
सहायता पृष्ठ URL | https://github.com/andrei0x309/simple-proxy-for-puppeteer-chrome-extension |
गोपनीयता नीति पृष्ठ URL | https://github.com/andrei0x309/yup-live-chrome-extension/blob/main/PRIVACY_POLICY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0", "version_name": "1.0.0", "permissions": [ "storage", "proxy" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/spfp_icon16.png", "32": "images\/spfp_icon32.png", "48": "images\/spfp_icon48.png", "128": "images\/spfp_icon128.png" } }, "web_accessible_resources": [], "icons": { "16": "images\/spfp_icon16.png", "32": "images\/spfp_icon32.png", "48": "images\/spfp_icon48.png", "128": "images\/spfp_icon128.png" } } |