IGPDF - Convert IG photos into PDF

IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.

什么是IGPDF - Convert IG photos into PDF?

IGPDF - Convert IG photos into PDF是由cocoa man开发的Chrome扩展程序,该扩展的主要功能是“IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.”。

扩展截图

screenshot

下载IGPDF - Convert IG photos into PDF扩展crx文件

下载IGPDF - Convert IG photos into PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        One click to generate Instagram feeds to a PDF file in A4 or A5. a smart IG2PDF converter.

# FEATURES

✓ Archive any Instagram posts as PDF file
✓ Uncheck what you don't want to display
✓ Show all photos on a post
✓ Realtime PDF style preview
✓ PDF page size: A4 or A5, landscape or portrait
✓ Display posts data: likes and comments, likes, comments or date

# DATA PRIVACY

Your data is processed locally and never passes through our web server, ensuring the privacy of your exported information.

# SUPPORT

FAQ https://igpdf.extensionsfox.com/
If you have any questions, please keep in touch via [email protected].                    

扩展基本信息

名称 IGPDF - Convert IG photos into PDF IGPDF - Convert IG photos into PDF
ID bnagiklllhnejgpkgapeneajakkgoege
官方URL https://chromewebstore.google.com/detail/igpdf-convert-ig-photos-i/bnagiklllhnejgpkgapeneajakkgoege
简介 IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.
文件大小 1.54 MB
安装次数 38
当前版本 1.0.1
更新时间 2023-07-04
上架时间 2023-04-01
开发者 cocoa man
电子邮箱 [email protected]
付费类型 free
扩展官网 https://igpdf.extensionsfox.com/
隐私政策页面URL https://mjsplitter.extensionsfox.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.1",
    "homepage_url": "https:\/\/igpdf.extensionsfox.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/igcdn.extensionsfox.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}