InstaSource

This extension makes it easier to share photos on instagram web.

Qu'est-ce que InstaSource ?

InstaSource est une extension Chrome développée par aytee, et sa fonction principale est "This extension makes it easier to share photos on instagram web.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension InstaSource

Téléchargez les fichiers d'extension InstaSource au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The web version of instagram does not let you copy an image to clipboard or open it in a new tab in any practical way. That's why I created this simple extension - to make it more convenient to share an instagram image across the web.

This extension works especially well with Discord and slack, where you can copy the image link and paste it into the chat, and it will automatically convert the link to an image. Instagram's default share option is very unreliable. Sometimes it shows a preview, and sometimes it doesn't - making you have to click the link and go to instagram to view it.

Currently the functionality is only applied when viewing in feed mode or a single image. Does not support grid view as of yet.

Commands: 
Ctrl / CMD + left click = copy link to image
Shift + left click = open image in new tab                    

Informations de Base sur l'Extension

Nom InstaSource InstaSource
ID lldobeceagfadoamljnfdbfhdndhibce
URL Officiel https://chromewebstore.google.com/detail/instasource/lldobeceagfadoamljnfdbfhdndhibce
Description This extension makes it easier to share photos on instagram web.
Taille du Fichier 31.97 KB
Nombre d'Installations 520
Version Actuelle 1.1
Dernière Mise à Jour 2022-03-25
Date de Publication 2022-03-21
Évaluation 4.25/5 Total 4 Évaluations
Développeur aytee
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaSource",
    "description": "This extension makes it easier to share photos on instagram web.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "192": "icon192.png",
        "512": "icon512.png"
    }
}