Image Copier For Instsgram

Copies url of instagram image when clicked on an instagram image

Τι είναι το Image Copier For Instsgram;

Το Image Copier For Instsgram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sougataghar47, και η κύρια λειτουργία του είναι "Copies url of instagram image when clicked on an instagram image".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Copier For Instsgram

Λήψη αρχείων επέκτασης Image Copier For Instsgram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Copies Image URL of an instagram image with Left Click so you can embed it in discord , etc . You can also save or copy the image to your clipboard with a right click which will enable the context menu which is disabled by default.Please donate if you like this addon https://www.paypal.com/paypalme/sougataghar47 !                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Copier For Instsgram Image Copier For Instsgram
ID lejedjokmndehmcbfmpjbmimihobnfpo
Επίσημο URL https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo
Περιγραφή Copies url of instagram image when clicked on an instagram image
Μέγεθος Αρχείου 5.35 KB
Αριθμός Εγκαταστάσεων 291
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2023-01-25
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής sougataghar47
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Image Copier For Instsgram",
    "version": "1",
    "images": {
        "128": "128.png"
    },
    "description": "Copies url of instagram image when clicked on an instagram image",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "copySrc.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}