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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cocoa man, και η κύρια λειτουργία του είναι "IG2PDF to save entire Instagram posts to PDF, archive Instagram feeds as PDF, with comments and like counts.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IGPDF - Convert IG photos into PDF
Λήψη αρχείων επέκτασης 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]. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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": [
" | |