Goyral Whats Link Extractor
Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
Goyral Whats Link Extractorとは何ですか?
Goyral Whats Link ExtractorはGoyralによって開発されたChromeの拡張機能で、その主な機能は「Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.」です。
拡張機能のスクリーンショット
Goyral Whats Link Extractor拡張機能のCRXファイルをダウンロード
Goyral Whats Link Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.
拡張機能の基本情報
名前 | Goyral Whats Link Extractor |
ID | nfhihjkceacjcmklhoagbcmlbijiidgc |
公式URL | https://chrome.google.com/webstore/detail/goyral-whats-link-extract/nfhihjkceacjcmklhoagbcmlbijiidgc |
説明 | Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers. |
ファイルサイズ | 885 KB |
インストール数 | 79 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-12-27 |
公開日 | 2022-12-18 |
開発者 | Goyral |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.goyral.com/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goyral Whats Link Extractor", "description": "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.", "version": "1.0.1", "permissions": [ "tabs", "storage", "management", "notifications", "identity", "identity.email" ], "host_permissions": [ "https:\/\/www.google.com\/*", "*:\/\/goyral.com\/*" ], "icons": { "128": "images\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "background": { "service_worker": "worker.js", "type": "module" }, "options_page": "html\/output.html", "action": { "default_icon": { "128": "images\/icon_128.png" }, "default_popup": "html\/index.html", "default_title": "Goyral Whats Link Extractor" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.google.com\/search?q=site:www.facebook.com*", "*:\/\/*.google.com\/search?q=site:www.twitter.com*", "*:\/\/*.google.com\/search?q=site:www.linkedin.com*", "*:\/\/*.google.com\/search?q=site:www.instagram.com*", "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ] } |