IGPDF - Convert IG photos into PDF
IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.
Co je IGPDF - Convert IG photos into PDF?
IGPDF - Convert IG photos into PDF je rozšíření Chrome vyvinuté cocoa man, a jeho hlavní funkcí je „IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IGPDF - Convert IG photos into PDF
Stáhněte si soubory rozšíření IGPDF - Convert IG photos into PDF ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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].
Základní Informace o Rozšíření
Název | IGPDF - Convert IG photos into PDF |
ID | bnagiklllhnejgpkgapeneajakkgoege |
Oficiální URL | https://chromewebstore.google.com/detail/igpdf-convert-ig-photos-i/bnagiklllhnejgpkgapeneajakkgoege |
Popis | IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts. |
Velikost souboru | 1.54 MB |
Počet instalací | 38 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2023-07-04 |
Datum Vydání | 2023-04-01 |
Vývojář | cocoa man |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://igpdf.extensionsfox.com/ |
URL Stránky Zásad Ochrany Soukromí | https://mjsplitter.extensionsfox.com/privacy |
Podporované Jazyky | 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": [ " |