Social Extractor

Social Data Extractor tool

Social Extractor là gì?

Social Extractor là một tiện ích mở rộng Chrome được phát triển bởi easy extrax, và tính năng chính của nó là "Social Data Extractor tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Extractor

Tải xuống các tệp mở rộng Social Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Extractor Social Extractor
ID okngmpienjhpihnacbkkabmepmfkaojc
URL Chính Thức https://chromewebstore.google.com/detail/social-extractor/okngmpienjhpihnacbkkabmepmfkaojc
Mô tả Social Data Extractor tool
Kích Thước Tệp 229 KB
Số Lần Cài Đặt 522
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2022-02-03
Ngày Phát Hành 2021-02-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển easy extrax
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://scrapers.in/privacy-policy-2
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}