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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |