Social Extractor

Social Data Extractor

Social Extractorคืออะไร?

Social Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Itize และคุณลักษณะหลักของมันคือ "Social Data Extractor"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Extractor

ดาวน์โหลดไฟล์ส่วนขยาย 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...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        }
    ]
}