IG2PDF - Save Instagram Post to PDF File

A smart Instagram PDF converter, one click to export Instagram post to PDF, archive posts as PDF.

IG2PDF - Save Instagram Post to PDF File là gì?

IG2PDF - Save Instagram Post to PDF File là một tiện ích mở rộng Chrome được phát triển bởi https://getwebooster.com, và tính năng chính của nó là "A smart Instagram PDF converter, one click to export Instagram post to PDF, archive posts as PDF.".

Ả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 IG2PDF - Save Instagram Post to PDF File

Tải xuống các tệp mở rộng IG2PDF - Save Instagram Post to PDF File 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

                        If you want to print your Instagram photos, you can use IG2PDF to quickly generate pdf files in A4 or A5.

Features:
- PDF style preview
- Display posts data		
- PDF layout options		
- PDF size options

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

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

Tên IG2PDF - Save Instagram Post to PDF File IG2PDF - Save Instagram Post to PDF File
ID ijcgdahinjagjolmccmhijdlmjohldko
URL Chính Thức https://chromewebstore.google.com/detail/ig2pdf-save-instagram-pos/ijcgdahinjagjolmccmhijdlmjohldko
Mô tả A smart Instagram PDF converter, one click to export Instagram post to PDF, archive posts as PDF.
Kích Thước Tệp 3.66 MB
Số Lần Cài Đặt 1,250
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-05-21
Ngày Phát Hành 2021-04-20
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://getwebooster.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ig2pdf.com
URL Trang Chính Sách Bảo Mật https://getwebooster.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A smart Instagram PDF converter, one click to export Instagram post to PDF, archive posts as PDF.",
    "version": "1.0.6",
    "manifest_version": 3,
    "name": "IG2PDF - Save Instagram Post to PDF File",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.getwebooster.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhsqLlCnVD0Ia3oBOxDwjJniuJGqL8Fy1oVZ4GhJ3pMeIMDA+EDQXms0JR5SbMCOtONy5+RlFCmVAVjlz8SnWmuPKlEN+\/pSZ8j\/TbT3PwgmACIt4YHaHIe9QNuYl24fUPqY1H\/VqfFrt9nNjeXGUEny6NF3s\/6cEchqnvCF\/Sci6cvJwbxyZRdqDj\/NJnF9V+1wE0ndBf2lpITEJWSxJbW2z1qwhhzpuXcNk1MAdDUKTCdpjK5hMTUBZTkINXbsedO6BqblDiCOFfZrDq4Bwfuh4sguxTEDKmETvqBNU6CLr\/mer9DgWD2lBjF0rDSTxk\/Sq0FJSMe6SsaSe4mITwIDAQAB",
    "oauth2": {
        "client_id": "773145572322-q9mgt1go2fbrfnehme0d0aloq9rnunhc.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\/*"
            ],
            "matches": []
        }
    ]
}