Social Extractor

Social Data Extractor

Social Extractor란 무엇입니까?

Social Extractor은(는) Itize에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Social Data Extractor"입니다.

확장 프로그램 스크린샷

screenshot

Social Extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Social Data Extractor tool
Social Data Extractor is software that can extract information such as title, phone number, email etc...                    

확장 프로그램 기본 정보

이름 Social Extractor Social Extractor
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
이메일 [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"
        }
    ]
}