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によって開発されたChromeの拡張機能で、その主な機能は「Set a proxy for the browser, can be used with pupeteer check description.」です。
拡張機能のスクリーンショット
Simple proxy for puppeteer拡張機能のCRXファイルをダウンロード
Simple proxy for puppeteer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |