Social Extractor
Social Data Extractor tool
什麼是Social Extractor?
Social Extractor是由easy extrax開發的Chrome擴展程式,該擴展的主要功能是“Social Data Extractor tool”。
擴展截圖
下載Social Extractor擴展crx文件
下載Social Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Social Data Extractor is software that can extract information such as title, phone number, email etc... 擴展基本資訊
| 名稱 | |
| ID | okngmpienjhpihnacbkkabmepmfkaojc |
| 官方網址 | https://chromewebstore.google.com/detail/social-extractor/okngmpienjhpihnacbkkabmepmfkaojc |
| 簡介 | Social Data Extractor tool |
| 檔案大小 | 229 KB |
| 安裝次數 | 522 |
| 目前版本 | 1.9 |
| 更新時間 | 2022-02-03 |
| 上架時間 | 2021-02-10 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | easy extrax |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://scrapers.in/privacy-policy-2 |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Social Extractor",
"description": "Social Data Extractor tool",
"version": "1.9",
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"default_popup": "html\/index.html",
"default_title": "Social Extractor"
},
"options_page": "html\/option.html",
"background": {
"scripts": [
"js\/eventpage.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"*:\/\/goyral.com\/*",
"downloads",
"browsingData"
],
"content_scripts": [
{
"js": [
"lib\/js\/jquery-min.js",
"contentscript\/content.js"
],
"css": [
"css\/style.css"
],
"matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.yahoo.com\/*",
"*:\/\/*.bing.com\/*"
],
"run_at": "document_end"
}
]
} | |