IGChatsExport - Download Instagram Messages

One click to export Instagram chat history, download Instagram direct messages in CSV file..

IGChatsExport - Download Instagram Messagesคืออะไร?

IGChatsExport - Download Instagram Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getwebooster.com และคุณลักษณะหลักของมันคือ "One click to export Instagram chat history, download Instagram direct messages in CSV file.."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGChatsExport - Download Instagram Messages

ดาวน์โหลดไฟล์ส่วนขยาย IGChatsExport - Download Instagram Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's an easy way for you to export your Instagram chat history,
you can download Instagram direct messages in CSV file.

Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

FAQ
https://igchatsexport.getwebooster.com                    

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

ชื่อ IGChatsExport - Download Instagram Messages IGChatsExport - Download Instagram Messages
ID hgdjlogbkdadaiigpfnfbpmnidgcdfne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/igchatsexport-download-in/hgdjlogbkdadaiigpfnfbpmnidgcdfne
คำอธิบาย One click to export Instagram chat history, download Instagram direct messages in CSV file..
ขนาดไฟล์ 1.9 MB
จำนวนการติดตั้ง 2,621
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-06-09
วันที่เผยแพร่ 2021-04-03
คะแนน 3.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://getwebooster.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://igchatsexport.getwebooster.com/
URL หน้านโยบายความเป็นส่วนตัว https://getwebooster.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "One click to export Instagram chat history, download Instagram direct messages in CSV file..",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "IGChatsExport - Download Instagram Messages",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "cookies",
        "storage",
        "identity"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnjgJXzwYjfgqC1FQctiLKTI9+y4ZB8pnNaPVdYpHih9gJ8TFDHv8IvpaKnzna30LuEriiA+wgqPIVeIbM+LoTtKbkqE15ZEHCTyBAcVuCw6ZUKcrdNwW7kNtuLXe8LJhCXtpXHFHZFDLxV8N5F3LCH\/wg7Es7f4tHQoSVxYrtlSZm0KEIwq7nbGBc6bA\/Ir2Kbq1KuofrTsQ1JAe0GJJICjPEtoK4CLX\/Ucu1\/4ZmcNt2m7AYEctQsiUWhBp0UxQ8LKhlHKw9AIOfS3P2EvsjVZrYHW6u2mPlIg5AHGDlhCErpJ4XupzKxu\/jiOa0xDgmWe0UbbnVorEn9cBRIfzoQIDAQAB",
    "oauth2": {
        "client_id": "96082984078-vsj21um0e256lt859i4svkrp3pb5pp48.apps.googleusercontent.com",
        "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "agent.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}