Social Extractor
Social Data Extractor
Social Extractorとは何ですか?
Social ExtractorはItizeによって開発されたChromeの拡張機能で、その主な機能は「Social Data Extractor」です。
拡張機能のスクリーンショット
Social Extractor拡張機能のCRXファイルをダウンロード
Social Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Social Data Extractor tool
Social Data Extractor is software that can extract information such as title, phone number, email etc... 拡張機能の基本情報
| 名前 | |
| ID | ghhckbohgjgiijolndhgkbejcgdmkjig |
| 公式URL | https://chromewebstore.google.com/detail/social-extractor/ghhckbohgjgiijolndhgkbejcgdmkjig |
| 説明 | Social Data Extractor |
| ファイルサイズ | 239 KB |
| インストール数 | 163 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2022-07-14 |
| 公開日 | 2022-05-18 |
| 開発者 | Itize |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Social Extractor",
"description": "Social Data Extractor",
"version": "1.5",
"action": {
"default_popup": "html\/index.html",
"default_title": "Social Extractor"
},
"host_permissions": [
"*:\/\/hsdigitalsolution.in\/*"
],
"options_page": "html\/option.html",
"background": {
"service_worker": "js\/eventpage.js",
"type": "module"
},
"permissions": [
"storage",
"notifications",
"downloads"
],
"content_scripts": [
{
"js": [
"lib\/js\/jquery-min.js",
"contentscript\/content.js"
],
"css": [
"css\/style.css"
],
"matches": [
"*:\/\/*.google.com\/*"
],
"run_at": "document_end"
}
]
} | |