Sajin

Save photos from Instagram with one click.

Wat is Sajin?

Sajin is een Chrome-extensie ontwikkeld door https://kruazzan.ru, en de belangrijkste functie is "Save photos from Instagram with one click.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sajin

Download Sajin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sajin Sajin
ID bdjnmlcmojknnbkhnglijimdkmpmmpij
Officiële URL https://chromewebstore.google.com/detail/sajin/bdjnmlcmojknnbkhnglijimdkmpmmpij
Beschrijving Save photos from Instagram with one click.
Bestandsgrootte 48.61 KB
Aantal Installaties 20
Huidige Versie 0.21
Laatst Bijgewerkt 2015-12-01
Publicatiedatum 2015-11-30
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar https://kruazzan.ru
Betalingswijze free
Extensiewebsite http://sajin.kruazzan.ru/en/
Ondersteunde Talen 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\/*"
    ]
}