Sajin

Save photos from Instagram with one click.

Qu'est-ce que Sajin ?

Sajin est une extension Chrome développée par https://kruazzan.ru, et sa fonction principale est "Save photos from Instagram with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Sajin 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

                        Free extension Sajin allows you to save photos from Instagram just with one click.

Open the photo page in Chrome, click on the icon of extension and in a few seconds you can find the image in the Downloads folder.                    

Informations de Base sur l'Extension

Nom Sajin Sajin
ID bdjnmlcmojknnbkhnglijimdkmpmmpij
URL Officiel https://chromewebstore.google.com/detail/sajin/bdjnmlcmojknnbkhnglijimdkmpmmpij
Description Save photos from Instagram with one click.
Taille du Fichier 48.61 KB
Nombre d'Installations 20
Version Actuelle 0.21
Dernière Mise à Jour 2015-12-01
Date de Publication 2015-11-30
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://kruazzan.ru
Type de Paiement free
Site Web de l'Extension http://sajin.kruazzan.ru/en/
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sajin",
    "short_name": "Sajin",
    "description": "__MSG_desc__",
    "version": "0.21",
    "author": "Konstantin Savinov",
    "homepage_url": "http:\/\/sajin.kruazzan.ru\/",
    "default_locale": "ru",
    "browser_action": {
        "default_icon": "icon64.png",
        "default_title": "__MSG_ttl__"
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "https:\/\/*.instagram.com\/*"
    ]
}