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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IGPDF - Convert IG photos into PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |